summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
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/components/admin_console
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/components/admin_console')
-rw-r--r--webapp/components/admin_console/developer_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/developer_settings.jsx b/webapp/components/admin_console/developer_settings.jsx
index 3bcc2a19b..4aaad430e 100644
--- a/webapp/components/admin_console/developer_settings.jsx
+++ b/webapp/components/admin_console/developer_settings.jsx
@@ -71,7 +71,7 @@ export default class DeveloperSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.service.developerDesc'
- defaultMessage='When true, JavaScript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. '
+ defaultMessage='When true, JavaScript errors are shown in a purple bar at the top of the user interface. Not recommended for use in production. '
/>
}
value={this.state.enableDeveloper}