From 261bc41af2aa4263c444aa9f348b037632f21730 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 26 Jun 2024 06:24:58 -0700 Subject: [PATCH] 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 Co-authored-by: agagancarczyk <4890675+agagancarczyk@users.noreply.github.com> --- .../theme/keycloak.v2/admin/messages/messages_en.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties index 6db0f9770c..d08a547c8c 100644 --- a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties +++ b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties @@ -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 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