Fix invalid keys for 'no roles' translations (#25630)
Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
6b999419f9
commit
175a26f22c
1 changed files with 2 additions and 2 deletions
|
@ -1108,7 +1108,7 @@ signOutAllActiveSessionsQuestion=Sign out all active sessions?
|
|||
addPostLogoutRedirectUri=Add valid post logout redirect URIs
|
||||
SSOSessionMaxRememberMe=SSO Session Max Remember Me
|
||||
pkceMethod=PKCE Method
|
||||
noRoles-user=No roles for this user
|
||||
noRoles-users=No roles for this user
|
||||
moveGroupEmptyInstructions=There are no sub groups, select 'Move here' to move the selected group as a subgroup of this group
|
||||
hmacGenerated=hmac-generated
|
||||
unlockSuccess=User successfully unlocked
|
||||
|
@ -1393,7 +1393,7 @@ partialImport=Partial import
|
|||
cibaBackhannelTokenDeliveryModes.ping=Ping
|
||||
includeInTokenScopeHelp=If on, the name of this client scope will be added to the access token property 'scope' as well as to the Token Introspection Endpoint response. If off, this client scope will be omitted from the token and from the Token Introspection Endpoint response.
|
||||
savePassword=Save password
|
||||
noRolesInstructions-user=You haven't assigned any roles to this user. Assign a role to get started.
|
||||
noRolesInstructions-users=You haven't assigned any roles to this user. Assign a role to get started.
|
||||
signatureKeyNameHelp=Signed SAML documents contain identification of signing key in KeyName element. For Keycloak / RH-SSO counterparty, use KEY_ID, for MS AD FS use CERT_SUBJECT, for others check and use NONE if no other option works.
|
||||
sync-keycloak-roles-to-ldap=Sync Keycloak roles to LDAP
|
||||
decisionStrategies.UNANIMOUS=Unanimous
|
||||
|
|
Loading…
Reference in a new issue