summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/privacy_settings.jsx
diff options
context:
space:
mode:
authorparanbaram <paranbaram@gmail.com>2016-08-23 03:16:38 +0900
committerHarrison Healey <harrisonmhealey@gmail.com>2016-08-22 14:16:38 -0400
commitffff24e6254494aa1b35354034047b4cf98ef504 (patch)
treebe67fbd6ac2935140e21079ab98b099fc0c632ab /webapp/components/admin_console/privacy_settings.jsx
parentec5f9d78892a53d7ae01430261e86ddfd8d4aa00 (diff)
downloadchat-ffff24e6254494aa1b35354034047b4cf98ef504.tar.gz
chat-ffff24e6254494aa1b35354034047b4cf98ef504.tar.bz2
chat-ffff24e6254494aa1b35354034047b4cf98ef504.zip
Change en.json : PLT-3371 (#3825)
* Change en.json : PLT-3371 * Change jsx files for UI text * Change jsx files for UI text
Diffstat (limited to 'webapp/components/admin_console/privacy_settings.jsx')
-rw-r--r--webapp/components/admin_console/privacy_settings.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/admin_console/privacy_settings.jsx b/webapp/components/admin_console/privacy_settings.jsx
index 0a899635d..ef88a5fa1 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 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.'
/>
}
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 full name of users from other users, including team owners and Team Administrators. Username is shown in place of full name.'
/>
}
value={this.state.showFullName}
@@ -82,4 +82,4 @@ export default class PrivacySettings extends AdminSettings {
</SettingsGroup>
);
}
-} \ No newline at end of file
+}