Revert "In-product notices can gather user feedback (#25004)" (#25066)

Automatic Merge
Этот коммит содержится в:
Carrie Warner (Mattermost)
2023-10-27 12:22:23 -04:00
коммит произвёл GitHub
родитель 9150d5084e
Коммит e34e72ec12
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -3236,7 +3236,7 @@ const AdminDefinition = {
label: t('admin.notices.enableAdminNoticesTitle'),
label_default: 'Enable Admin Notices: ',
help_text: t('admin.notices.enableAdminNoticesDescription'),
help_text_default: 'When enabled, system admins will receive in-product notices about available server upgrades, relevant administration features, external dependencies, and to gather user feedback to improve the product and user experience. <link>Learn more about notices</link> in our documentation.',
help_text_default: 'When enabled, System Admins will receive notices about available server upgrades and relevant system administration features. <link>Learn more about notices</link> in our documentation.',
help_text_values: {
link: (msg) => (
<ExternalLink
@@ -3256,7 +3256,7 @@ const AdminDefinition = {
label: t('admin.notices.enableEndUserNoticesTitle'),
label_default: 'Enable End User Notices: ',
help_text: t('admin.notices.enableEndUserNoticesDescription'),
help_text_default: 'When enabled, all users will receive in-product notices about client upgrades, relevant end user features, and to gather user feedback to improve the product and user experience. <link>Learn more about notices</link> in our documentation.',
help_text_default: 'When enabled, all users will receive notices about available client upgrades and relevant end user features to improve user experience. <link>Learn more about notices</link> in our documentation.',
help_text_values: {
link: (msg) => (
<ExternalLink

Просмотреть файл

@@ -1445,9 +1445,9 @@
"admin.nav.menuAriaLabel": "Admin Console Menu",
"admin.nav.switch": "Team Selection",
"admin.nav.troubleshootingForum": "Troubleshooting Forum",
"admin.notices.enableAdminNoticesDescription": "When enabled, system admins will receive in-product notices about available server upgrades, relevant administration features, external dependencies, and to gather user feedback to improve the product and user experience. <link>Learn more about notices</link> in our documentation.",
"admin.notices.enableAdminNoticesDescription": "When enabled, System Admins will receive notices about available server upgrades and relevant system administration features. <link>Learn more about notices</link> in our documentation.",
"admin.notices.enableAdminNoticesTitle": "Enable Admin Notices: ",
"admin.notices.enableEndUserNoticesDescription": "When enabled, all users will receive in-product notices about client upgrades, relevant end user features, and to gather user feedback to improve the product and user experience. <link>Learn more about notices</link> in our documentation.",
"admin.notices.enableEndUserNoticesDescription": "When enabled, all users will receive notices about available client upgrades and relevant end user features to improve user experience. <link>Learn more about notices</link> in our documentation.",
"admin.notices.enableEndUserNoticesTitle": "Enable End User Notices: ",
"admin.oauth.gitlab": "GitLab",
"admin.oauth.google": "Google Apps",