summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-04-07 04:49:42 -0400
committerGeorge Goldberg <george@gberg.me>2017-04-07 09:49:42 +0100
commit56f25bba8109394b67581a723e2789511b4881ad (patch)
treef79fe4f6a0b953a86bb054709e3966cd31c210ad /webapp/i18n
parent48d9099882db5dc9fd61c4820ba7e2aeb189e4f9 (diff)
downloadchat-56f25bba8109394b67581a723e2789511b4881ad.tar.gz
chat-56f25bba8109394b67581a723e2789511b4881ad.tar.bz2
chat-56f25bba8109394b67581a723e2789511b4881ad.zip
PLT-6259 Fix outdated help text in System Console > Developer settings (#6017)
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 92a97af41..3d9f71574 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -694,7 +694,7 @@
"admin.service.corsDescription": "Enable HTTP Cross origin request from a specific domain. Use \"*\" if you want to allow CORS from any domain or leave it blank to disable it.",
"admin.service.corsEx": "http://example.com",
"admin.service.corsTitle": "Enable cross-origin requests from:",
- "admin.service.developerDesc": "When true, JavaScript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. ",
+ "admin.service.developerDesc": "When true, JavaScript errors are shown in a purple bar at the top of the user interface. Not recommended for use in production. ",
"admin.service.developerTitle": "Enable Developer Mode: ",
"admin.service.enforcMfaTitle": "Enforce Multi-factor Authentication:",
"admin.service.enforceMfaDesc": "When true, <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a> is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.<br/><br/>If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.",