From cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 24 Jul 2014 18:32:25 +0200 Subject: webui: improved info msgs on login/token sync/reset pwd pages - add info icons to distinguish and classify the messages. - add info text for OTP fields - fix login instruction inaccuracy related to position of login button https://fedorahosted.org/freeipa/ticket/4470 Reviewed-By: Endi Sukma Dewata --- install/ui/test/data/ipa_init.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 8a482134d..28ec80b24 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -141,9 +141,9 @@ "pad": "PAD" }, "login": { - "form_auth": "To login with username and password, enter them in the fields below then click Login.", + "form_auth": " To login with username and password, enter them in the corresponding fields, 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", @@ -517,6 +517,7 @@ "new_password": "New Password", "new_password_required": "New password is required", "otp": "OTP", + "otp_info": " One-Time-Password(OTP): Generate new OTP code for each OTP field.", "otp_long": "One-Time-Password", "otp_sync_fail": "Token synchronization failed", "otp_sync_invalid": "The username, password or token codes are not correct", -- cgit