summaryrefslogtreecommitdiffstats
path: root/web/static/i18n
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-17 10:32:22 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-17 10:32:22 -0500
commite3ab89e1c47b9228f3a914a994e1244d1e61d93b (patch)
tree9e6d786aef5c831be941b6f2ae0802b9a4d10858 /web/static/i18n
parent6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6 (diff)
downloadchat-e3ab89e1c47b9228f3a914a994e1244d1e61d93b.tar.gz
chat-e3ab89e1c47b9228f3a914a994e1244d1e61d93b.tar.bz2
chat-e3ab89e1c47b9228f3a914a994e1244d1e61d93b.zip
Added help text to sso switching and removed redundant divs
Diffstat (limited to 'web/static/i18n')
-rw-r--r--web/static/i18n/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 984f16f29..d980885a3 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -548,6 +548,7 @@
"claim.email_to_sso.pwd": "Password",
"claim.email_to_sso.title": "Switch Email/Password Account to {uiType}",
"claim.email_to_sso.ssoType": "Upon claiming your account, you will only be able to login with {type} SSO",
+ "claim.email_to_sso.ssoNote": "You must already have a valid {type} account",
"claim.email_to_sso.enterPwd": "Enter the password for your {team} {site} account",
"claim.email_to_sso.switchTo": "Switch account to {uiType}",
"claim.sso_to_email.enterPwd": "Please enter a password.",
@@ -1269,4 +1270,4 @@
"intro_messages.beginning": "Beginning of {name}",
"intro_messages.invite": "Invite others to this {type}",
"intro_messages.setHeader": "Set a Header"
-} \ No newline at end of file
+}