summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-15 16:08:26 -0800
committerCorey Hulen <corey@hulen.com>2015-12-15 16:08:26 -0800
commitc885c9a454cb0189831010008656702233589f9e (patch)
treec77196b207461f5a66a07c38fa9c44d955eeb58a
parenta747fe274fa503abaa3e4023420104c5968a3c28 (diff)
parentb5de27a9c8f4c9b8d1e07ff614dc190ccfbc5028 (diff)
downloadchat-c885c9a454cb0189831010008656702233589f9e.tar.gz
chat-c885c9a454cb0189831010008656702233589f9e.tar.bz2
chat-c885c9a454cb0189831010008656702233589f9e.zip
Merge pull request #1736 from esethna/patch-46
Update help text in privacy_settings.jsx
-rw-r--r--web/react/components/admin_console/privacy_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/privacy_settings.jsx b/web/react/components/admin_console/privacy_settings.jsx
index 61393f1c6..78747d9f2 100644
--- a/web/react/components/admin_console/privacy_settings.jsx
+++ b/web/react/components/admin_console/privacy_settings.jsx
@@ -132,7 +132,7 @@ export default class PrivacySettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'When false, hides full name of users from other users including team owner and team administrators.'}</p>
+ <p className='help-text'>{'When false, hides full name of users from other users, including team owners and team administrators. Username is shown in place of full name.'}</p>
</div>
</div>