mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
update help text (#24375)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
61dae292f7
commit
053041cd2c
@ -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)),
|
||||
},
|
||||
{
|
||||
|
@ -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: ",
|
||||
|
Loading…
Reference in New Issue
Block a user