diff --git a/webapp/components/admin_console/privacy_settings.jsx b/webapp/components/admin_console/privacy_settings.jsx index ef88a5fa19..6da9e6c4fb 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={ } value={this.state.showEmailAddress} @@ -73,7 +73,7 @@ export default class PrivacySettings extends AdminSettings { helpText={ } value={this.state.showFullName} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 894865bf77..f68763cc72 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -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...",