summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-05-05 16:36:42 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-05 16:36:42 -0400
commitf2e788f4b12517759e016a9f48633597bed82e8f (patch)
treeb1881587688460d4f122f012e4f6e0356857f902 /webapp/i18n/en.json
parentd2ddf40f56191c1770c3ca93d747a7f1b749f26c (diff)
downloadchat-f2e788f4b12517759e016a9f48633597bed82e8f.tar.gz
chat-f2e788f4b12517759e016a9f48633597bed82e8f.tar.bz2
chat-f2e788f4b12517759e016a9f48633597bed82e8f.zip
Allow system admins to switch user accounts to email/password (#2893)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 7fbe464c1..63669d546 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -378,7 +378,8 @@
"admin.reset_password.newPassword": "New Password",
"admin.reset_password.select": "Select",
"admin.reset_password.submit": "Please enter at least {chars} characters.",
- "admin.reset_password.title": "Reset Password",
+ "admin.reset_password.titleReset": "Reset Password",
+ "admin.reset_password.titleSwitch": "Switch Account to Email/Password",
"admin.select_team.close": "Close",
"admin.select_team.select": "Select",
"admin.select_team.selectTeam": "Select Team",
@@ -563,6 +564,7 @@
"admin.user_item.mfaYes": ", <strong>MFA</strong>: Yes",
"admin.user_item.resetMfa": "Remove MFA",
"admin.user_item.resetPwd": "Reset Password",
+ "admin.user_item.switchToEmail": "Switch to Email/Password",
"admin.user_item.sysAdmin": "System Admin",
"admin.user_item.teamAdmin": "Team Admin",
"analytics.chart.loading": "Loading...",