summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-13 09:02:43 -0600
committerCorey Hulen <corey@hulen.com>2016-01-13 09:02:43 -0600
commit75ae098dfe57c3350861e633b680e6489900d884 (patch)
treed11bceb93f9e2b30a3e52a67d0c6f22e8455de76 /web/react
parentb15b2bc2ae3c2c23218e0acf8cfe8a8534d5e616 (diff)
parentbf1f0d03191165b5735e1a4f5850971b507ec513 (diff)
downloadchat-75ae098dfe57c3350861e633b680e6489900d884.tar.gz
chat-75ae098dfe57c3350861e633b680e6489900d884.tar.bz2
chat-75ae098dfe57c3350861e633b680e6489900d884.zip
Merge pull request #1850 from mattermost/preview-mode
Documenting how Preview Mode is disabled
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/admin_console/email_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/email_settings.jsx b/web/react/components/admin_console/email_settings.jsx
index 193fd4147..c568c5a77 100644
--- a/web/react/components/admin_console/email_settings.jsx
+++ b/web/react/components/admin_console/email_settings.jsx
@@ -254,7 +254,7 @@ export default class EmailSettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.'}</p>
+ <p className='help-text'>{'Typically set to true in production. When true, Mattermost attempts to send email notifications. Developers may set this field to false to skip email setup for faster development.\nSetting this to true removes the Preview Mode banner (requires logging out and logging back in after setting is changed).'}</p>
</div>
</div>