Fix typo in client authenticator tooltip message
This commit is contained in:
parent
63e9eec52d
commit
f26f634887
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ service-account-roles.tooltip=Allows you to authenticate role mappings for the s
|
||||||
|
|
||||||
# client credentials
|
# client credentials
|
||||||
client-authenticator=Client Authenticator
|
client-authenticator=Client Authenticator
|
||||||
client-authenticator.tooltip=Client Authenticator used for authentication this client against Keycloak server
|
client-authenticator.tooltip=Client Authenticator used for authentication of this client against Keycloak server
|
||||||
certificate.tooltip=Client Certificate for validate JWT issued by client and signed by Client private key from your keystore.
|
certificate.tooltip=Client Certificate for validate JWT issued by client and signed by Client private key from your keystore.
|
||||||
publicKey.tooltip=Public Key for validate JWT issued by client and signed by Client private key.
|
publicKey.tooltip=Public Key for validate JWT issued by client and signed by Client private key.
|
||||||
no-client-certificate-configured=No client certificate configured
|
no-client-certificate-configured=No client certificate configured
|
||||||
|
|
Loading…
Reference in a new issue