mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Fixed incorrect link to browser config after session expiration
Fixed typo in message placeholder. https://fedorahosted.org/freeipa/ticket/3187
This commit is contained in:
parent
d6fbbd530e
commit
445744206b
@ -134,7 +134,7 @@
|
||||
"login": {
|
||||
"form_auth": "To login with username and password, enter them in the fields below then click Login.",
|
||||
"header": "Logged In As",
|
||||
"krb_auth_msg": "To login with Kerberos, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host]/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login.",
|
||||
"krb_auth_msg": "To login with Kerberos, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login.",
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"logout_error": "Logout error",
|
||||
|
@ -269,7 +269,7 @@ class i18n_messages(Command):
|
||||
"login": {
|
||||
"form_auth": _("To login with username and password, enter them in the fields below then click Login."),
|
||||
"header": _("Logged In As"),
|
||||
"krb_auth_msg": _("To login with Kerberos, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host]/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login."),
|
||||
"krb_auth_msg": _("To login with Kerberos, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login."),
|
||||
"login": _("Login"),
|
||||
"logout": _("Logout"),
|
||||
"logout_error": _("Logout error"),
|
||||
|
Loading…
Reference in New Issue
Block a user