summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console/privacy_settings.jsx
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-25 22:23:06 -0700
committerit33 <iantien@gmail.com>2015-09-25 22:23:06 -0700
commit1b5c32f8ab8fcbf84870fef5a717b85e1a3c90e8 (patch)
tree90d9d118254f91e8c307a75257ffe8845f04b213 /web/react/components/admin_console/privacy_settings.jsx
parent7e94080752c135d7f8fec7b4356f23f79c98c720 (diff)
downloadchat-1b5c32f8ab8fcbf84870fef5a717b85e1a3c90e8.tar.gz
chat-1b5c32f8ab8fcbf84870fef5a717b85e1a3c90e8.tar.bz2
chat-1b5c32f8ab8fcbf84870fef5a717b85e1a3c90e8.zip
Update privacy_settings.jsx
Diffstat (limited to 'web/react/components/admin_console/privacy_settings.jsx')
-rw-r--r--web/react/components/admin_console/privacy_settings.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/admin_console/privacy_settings.jsx b/web/react/components/admin_console/privacy_settings.jsx
index 8ce693925..affd8ae11 100644
--- a/web/react/components/admin_console/privacy_settings.jsx
+++ b/web/react/components/admin_console/privacy_settings.jsx
@@ -99,7 +99,7 @@ export default class PrivacySettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'Hides email address of users from other users including team administrator.'}</p>
+ <p className='help-text'>{'When false, hides email address of users from other users in the user interface, including team owners and team administrators. Used when system is set up for managing teams where some users choose to keep their contact information private.'}</p>
</div>
</div>
@@ -132,7 +132,7 @@ export default class PrivacySettings extends React.Component {
/>
{'false'}
</label>
- <p className='help-text'>{'Hides full name of users from other users including team administrator.'}</p>
+ <p className='help-text'>{'When false, hides full name of users from other users including team owner and team administrators.'}</p>
</div>
</div>