Skip to content

Commit

Permalink
minor change to wording on button
Browse files Browse the repository at this point in the history
  • Loading branch information
tiyiprh committed Aug 21, 2024
1 parent 0221ad6 commit 48752e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/awx/administration/instances/InstancePeers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function ResourcePeersList(props: { url: string }) {
emptyStateTitle={t('No peers found')}
emptyStateDescription={t('Please associate peers to populate this list.')}
emptyStateButtonIcon={<PlusCircleIcon />}
emptyStateButtonText={t('Associate peer(s)')}
emptyStateButtonText={t('Associate peers')}
emptyStateButtonClick={() =>
openPeerInstanceModal({ onPeer: associatePeerToInstance, instanceId: id ?? '' })
}
Expand Down

0 comments on commit 48752e3

Please sign in to comment.