diff --git a/webapp/channels/src/components/admin_console/admin_definition.jsx b/webapp/channels/src/components/admin_console/admin_definition.jsx index 7bf9351ef0..203ce21f5a 100644 --- a/webapp/channels/src/components/admin_console/admin_definition.jsx +++ b/webapp/channels/src/components/admin_console/admin_definition.jsx @@ -2353,7 +2353,7 @@ const AdminDefinition = { label: t('admin.privacy.showEmailTitle'), label_default: 'Show Email Address:', help_text: t('admin.privacy.showEmailDescription'), - help_text_default: 'When false, hides the email address of members from everyone except System Administrators.', + help_text_default: 'When false, hides the email address of members from everyone except System Administrators and the System Roles with read/write access to Compliance, Billing, or User Management.', isDisabled: it.not(it.userHasWritePermissionOnResource(RESOURCE_KEYS.SITE.USERS_AND_TEAMS)), }, { diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 14f46c88a3..e305a613ac 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -1921,7 +1921,7 @@ "admin.posts.persistentNotificationsMaxRecipients.title": "Maximum number of recipients for persistent notifications", "admin.posts.postPriority.desc": "When enabled, users can configure a visual indicator to communicate messages that are important or urgent. Learn more about message priority in our documentation.", "admin.posts.postPriority.title": "Message Priority", - "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators.", + "admin.privacy.showEmailDescription": "When false, hides the email address of members from everyone except System Administrators and the System Roles with read/write access to Compliance, Billing, or User Management.", "admin.privacy.showEmailTitle": "Show Email Address: ", "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: ",