summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorjoannekoong <joannekoong@college.harvard.edu>2017-02-20 11:28:31 -0500
committerenahum <nahumhbl@gmail.com>2017-02-20 13:28:31 -0300
commitbf10b27b26034490b303d01e89929dae8fe005eb (patch)
tree9920fcfc39503260a068f729fad62ef0875d5aa2 /webapp/components
parent623560481b4bce2b87f19765455a461c7a504e31 (diff)
downloadchat-bf10b27b26034490b303d01e89929dae8fe005eb.tar.gz
chat-bf10b27b26034490b303d01e89929dae8fe005eb.tar.bz2
chat-bf10b27b26034490b303d01e89929dae8fe005eb.zip
Update System Console > Privacy help texts (#5470)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/admin_console/privacy_settings.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/privacy_settings.jsx b/webapp/components/admin_console/privacy_settings.jsx
index ef88a5fa1..6da9e6c4f 100644
--- a/webapp/components/admin_console/privacy_settings.jsx
+++ b/webapp/components/admin_console/privacy_settings.jsx
@@ -56,7 +56,7 @@ export default class PrivacySettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.privacy.showEmailDescription'
- defaultMessage='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.'
+ defaultMessage='When false, hides the email address of members from everyone except System Administrators.'
/>
}
value={this.state.showEmailAddress}
@@ -73,7 +73,7 @@ export default class PrivacySettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.privacy.showFullNameDescription'
- defaultMessage='When false, hides full name of users from other users, including team owners and Team Administrators. Username is shown in place of full name.'
+ defaultMessage='When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.'
/>
}
value={this.state.showFullName}