address PR feedback from Mark
This commit is contained in:
parent
cbce18f5f7
commit
68066d093e
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ export const JoinGroupDialog = ({
|
|||
<Modal
|
||||
variant={ModalVariant.small}
|
||||
title={
|
||||
username ? `Join groups for user ${username}` : "Select groups to join"
|
||||
username ? t("users:joinGroupsFor") + username : t("users:selectGroups")
|
||||
}
|
||||
isOpen={open}
|
||||
onClose={onClose}
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
"noGroupsText": "You haven't added this user to any groups. Join a group to get started.",
|
||||
"joinGroup": "Join Group",
|
||||
"joinGroups": "Join Groups",
|
||||
"joinGroupsFor": "Join groups for user ",
|
||||
"selectGroups": "Select groups to join",
|
||||
"searchForGroups": "Search for groups",
|
||||
"leave": "Leave",
|
||||
"leaveGroup": "Leave group {{name}}?",
|
||||
|
@ -57,7 +59,5 @@
|
|||
"consents": "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."
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue