Skip to content

Commit

Permalink
Merge d33001c into 00d11e9
Browse files Browse the repository at this point in the history
  • Loading branch information
joannekoong committed Feb 18, 2017
2 parents 00d11e9 + d33001c commit dd9ff03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions webapp/components/admin_console/privacy_settings.jsx
Expand Up @@ -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}
Expand All @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions webapp/i18n/en.json
Expand Up @@ -565,9 +565,9 @@
"admin.password.requirementsDescription": "Character types required in a valid password.",
"admin.password.symbol": "At least one symbol (e.g. \"~!@#$%^&*()\")",
"admin.password.uppercase": "At least one uppercase letter",
"admin.privacy.showEmailDescription": "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.",
"admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.",
"admin.privacy.showEmailTitle": "Show Email Address: ",
"admin.privacy.showFullNameDescription": "When false, hides full name of users from other users, including team owners and Team Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameDescription": "When false, hides the full name of members from everyone except System Administrators. Username is shown in place of full name.",
"admin.privacy.showFullNameTitle": "Show Full Name: ",
"admin.purge.button": "Purge All Caches",
"admin.purge.loading": " Loading...",
Expand Down

0 comments on commit dd9ff03

Please sign in to comment.