summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-10-17 10:14:20 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-10-24 09:17:26 +0200
commit445744206b92787e82057ca56062076ccf9d7dfe (patch)
tree82cde31f27307e26d754e4483c3e1781c6b7ba86 /ipalib/plugins/internal.py
parentd6fbbd530ee94bc4cdd00c9106fd789e50fb81cf (diff)
downloadfreeipa-445744206b92787e82057ca56062076ccf9d7dfe.tar.gz
freeipa-445744206b92787e82057ca56062076ccf9d7dfe.tar.xz
freeipa-445744206b92787e82057ca56062076ccf9d7dfe.zip
Fixed incorrect link to browser config after session expiration
Fixed typo in message placeholder. https://fedorahosted.org/freeipa/ticket/3187
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 0be9f4352..6195ddd93 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -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"),