update help text (#24375)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Scott Bishel 2023-08-28 08:04:07 -06:00 committed by GitHub
parent 61dae292f7
commit 053041cd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)),
},
{

View File

@ -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 <link>documentation</link>.",
"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: ",