From c0fde5f7e55e083dd132f3e4e96e7f8144289507 Mon Sep 17 00:00:00 2001 From: Mika Andrianarijaona Date: Tue, 17 Jan 2017 02:30:54 +0300 Subject: PLT-4784 Display Sign In button spinner (#5046) * PLT-4784 Display Sign In button spinner When the user clicks the Sign In button, display a spinner on the left fixes #4973 * Replace "Sing in..." by "Signing in..." * fix: replace ternary with if block --- webapp/i18n/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 942ab62f3..3e0f6117a 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1556,6 +1556,7 @@ "login.passwordChanged": " Password updated successfully", "login.session_expired": " Your session has expired. Please login again.", "login.signIn": "Sign in", + "login.signInLoading": "Signing in...", "login.signInWith": "Sign in with:", "login.userNotFound": "We couldn't find an account matching your login credentials.", "login.username": "Username", -- cgit v1.2.3-1-g7c22