Merge pull request #2987 from ssilvert/RHSSO-319
KEYCLOAK-3242: Some hints in admin console contain backslash in front of
This commit is contained in:
commit
842b811a41
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ select-file=Select file
|
||||||
view-details=View details
|
view-details=View details
|
||||||
clear-import=Clear import
|
clear-import=Clear import
|
||||||
client-id.tooltip=Specifies ID referenced in URI and tokens. For example 'my-client'. For SAML this is also the expected issuer value from authn requests
|
client-id.tooltip=Specifies ID referenced in URI and tokens. For example 'my-client'. For SAML this is also the expected issuer value from authn requests
|
||||||
client.name.tooltip=Specifies display name of the client. For example 'My Client'. Supports keys for localized values as well. For example\\: ${my_client}
|
client.name.tooltip=Specifies display name of the client. For example 'My Client'. Supports keys for localized values as well. For example\: ${my_client}
|
||||||
client.enabled.tooltip=Disabled clients cannot initiate a login or have obtain access tokens.
|
client.enabled.tooltip=Disabled clients cannot initiate a login or have obtain access tokens.
|
||||||
consent-required=Consent Required
|
consent-required=Consent Required
|
||||||
consent-required.tooltip=If enabled users have to consent to client access.
|
consent-required.tooltip=If enabled users have to consent to client access.
|
||||||
|
@ -498,7 +498,7 @@ realm=Realm
|
||||||
identity-provider-mappers=Identity Provider Mappers
|
identity-provider-mappers=Identity Provider Mappers
|
||||||
create-identity-provider-mapper=Create Identity Provider Mapper
|
create-identity-provider-mapper=Create Identity Provider Mapper
|
||||||
add-identity-provider-mapper=Add Identity Provider Mapper
|
add-identity-provider-mapper=Add Identity Provider Mapper
|
||||||
client.description.tooltip=Specifies description of the client. For example 'My Client for TimeSheets'. Supports keys for localized values as well. For example\\: ${my_client_description}
|
client.description.tooltip=Specifies description of the client. For example 'My Client for TimeSheets'. Supports keys for localized values as well. For example\: ${my_client_description}
|
||||||
|
|
||||||
expires=Expires
|
expires=Expires
|
||||||
expiration=Expiration
|
expiration=Expiration
|
||||||
|
|
Loading…
Reference in a new issue