From e3de46767683c5050377cc5e683cd6e3d28ea4e9 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 22 May 2014 14:48:22 +0200 Subject: webui: add placeholders to login screen Reviewed-By: Endi Sukma Dewata --- install/ui/test/data/ipa_init.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 8a96e2330..2ce5120e9 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -512,7 +512,10 @@ "invalid_password": "The password or username you entered is incorrect.", "new_password": "New Password", "new_password_required": "New password is required", + "otp": "OTP", + "otp_long": "One-Time-Password", "password": "Password", + "password_and_otp": "Password or Password+One-Time-Password", "password_change_complete": "Password change complete", "password_must_match": "Passwords must match", "reset_failure": "Password reset was not successful.", -- cgit