From 445744206b92787e82057ca56062076ccf9d7dfe Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 17 Oct 2012 10:14:20 +0200 Subject: Fixed incorrect link to browser config after session expiration Fixed typo in message placeholder. https://fedorahosted.org/freeipa/ticket/3187 --- install/ui/test/data/ipa_init.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/data/ipa_init.json') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index c9bf2a275..2b95c91d3 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -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 configured the browser correctly, then click Login.", + "krb_auth_msg": "To login with Kerberos, please make sure you have valid tickets (obtainable via kinit) and configured the browser correctly, then click Login.", "login": "Login", "logout": "Logout", "logout_error": "Logout error", -- cgit