address PR feedback from Mark

This commit is contained in:
jenny-s51 2021-04-21 09:53:21 -04:00
parent cbce18f5f7
commit 68066d093e
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ export const JoinGroupDialog = ({
<Modal <Modal
variant={ModalVariant.small} variant={ModalVariant.small}
title={ title={
username ? `Join groups for user ${username}` : "Select groups to join" username ? t("users:joinGroupsFor") + username : t("users:selectGroups")
} }
isOpen={open} isOpen={open}
onClose={onClose} onClose={onClose}

View file

@ -11,6 +11,8 @@
"noGroupsText": "You haven't added this user to any groups. Join a group to get started.", "noGroupsText": "You haven't added this user to any groups. Join a group to get started.",
"joinGroup": "Join Group", "joinGroup": "Join Group",
"joinGroups": "Join Groups", "joinGroups": "Join Groups",
"joinGroupsFor": "Join groups for user ",
"selectGroups": "Select groups to join",
"searchForGroups": "Search for groups", "searchForGroups": "Search for groups",
"leave": "Leave", "leave": "Leave",
"leaveGroup": "Leave group {{name}}?", "leaveGroup": "Leave group {{name}}?",
@ -57,7 +59,5 @@
"consents": "Consents", "consents": "Consents",
"noConsents": "No consents", "noConsents": "No consents",
"noConsentsText": "The consents will only be recorded when users try to access a client that is configured to require consent. In that case, users will get a consent page which asks them to grant access to the client." "noConsentsText": "The consents will only be recorded when users try to access a client that is configured to require consent. In that case, users will get a consent page which asks them to grant access to the client."
} }
} }