summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorMika Andrianarijaona <mikaoelitiana@users.noreply.github.com>2017-01-17 02:30:54 +0300
committerCorey Hulen <corey@hulen.com>2017-01-16 18:30:54 -0500
commitc0fde5f7e55e083dd132f3e4e96e7f8144289507 (patch)
treed990cbad359eaaca0bcd317f9a99a19a48aa6a7d /webapp/i18n/en.json
parent7c9d0c313f8ba935cfd5c33137c6cbdd1c1e6604 (diff)
downloadchat-c0fde5f7e55e083dd132f3e4e96e7f8144289507.tar.gz
chat-c0fde5f7e55e083dd132f3e4e96e7f8144289507.tar.bz2
chat-c0fde5f7e55e083dd132f3e4e96e7f8144289507.zip
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
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json1
1 files changed, 1 insertions, 0 deletions
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",