summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-12-15 16:07:35 -0700
committerEric Sethna <eric@spinpunch.com>2015-12-15 16:07:35 -0700
commitb5de27a9c8f4c9b8d1e07ff614dc190ccfbc5028 (patch)
treee74d3ab26814e9c5be12ce4935cd827be0bafbd9 /web/react/components/admin_console
parente35a5947e6a017a94f667d0438b854cdf939d82c (diff)
downloadchat-b5de27a9c8f4c9b8d1e07ff614dc190ccfbc5028.tar.gz
chat-b5de27a9c8f4c9b8d1e07ff614dc190ccfbc5028.tar.bz2
chat-b5de27a9c8f4c9b8d1e07ff614dc190ccfbc5028.zip
Update help text in privacy_settings.jsx
help text for "show full name" updated.
Diffstat (limited to 'web/react/components/admin_console')
-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>