messages: Correct {Client,Realm} Role prefix description to make sense (#30277)
It's unclear from the previous description that this field is used to prepend things to the names in the token. Signed-off-by: Jade Lovelace <software@lfcode.ca> Co-authored-by: agagancarczyk <4890675+agagancarczyk@users.noreply.github.com>
This commit is contained in:
parent
c20dbc5c32
commit
261bc41af2
1 changed files with 2 additions and 3 deletions
|
@ -1296,7 +1296,6 @@ groupsDescription=A group is a set of attributes and role mappings that can be a
|
|||
addValidatorRole=Add {{validatorName}} validator
|
||||
protocolTypes.all=All
|
||||
keyAlias=Key alias
|
||||
prefix=A prefix for each Realm Role (optional).
|
||||
xContentTypeOptionsHelp=Default value prevents Internet Explorer and Google Chrome from MIME-sniffing a response away from the declared content-type <1>Learn more</1>
|
||||
privateKeyMask=PRIVATE KEY NOT SET UP OR KNOWN
|
||||
signOutAllActiveSessions=Sign out all active sessions
|
||||
|
@ -1830,7 +1829,7 @@ allowEcpFlowHelp=This client is allowed to use ECP flow for authenticating users
|
|||
noSessions=No sessions
|
||||
clipboardCopyError=Error copying to clipboard.
|
||||
storeTokens=Store tokens
|
||||
usermodel.clientRoleMapping.rolePrefix.tooltip=A prefix for each client role (optional).
|
||||
usermodel.clientRoleMapping.rolePrefix.tooltip=A prefix which will be prepended to each Client Role name (optional).
|
||||
deleteConfirmCurrentUser=Are you sure you want to permanently delete this user
|
||||
eventTypes.CLIENT_REGISTER_ERROR.description=Client register error
|
||||
addClientScopesTo=Add client scopes to {{clientName}}
|
||||
|
@ -2457,7 +2456,7 @@ executorDetails=Executor details
|
|||
maxDeltaTimeSeconds=Failure reset time
|
||||
backchannelLogoutHelp=Does the external IDP support backchannel logout?
|
||||
eventTypes.REMOVE_FEDERATED_IDENTITY_ERROR.description=Remove federated identity error
|
||||
usermodel.realmRoleMapping.rolePrefix.tooltip=A prefix for each Realm Role (optional).
|
||||
usermodel.realmRoleMapping.rolePrefix.tooltip=A prefix which will be prepended to each Realm Role name (optional).
|
||||
exportSamlKeyTitle=Export SAML Keys
|
||||
eventTypes.OAUTH2_DEVICE_VERIFY_USER_CODE_ERROR.description=Oauth2 device verify user code error
|
||||
eventTypes.EXECUTE_ACTIONS_ERROR.description=Execute actions error
|
||||
|
|
Loading…
Reference in a new issue