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

Этот коммит содержится в:
Carrie Warner (Mattermost)
2023-10-19 11:42:49 -04:00
коммит произвёл GitHub
родитель 4ed32be6d2
Коммит a234b8f39a
2 изменённых файлов: 4 добавлений и 4 удалений

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

@@ -3193,7 +3193,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 notices about available server upgrades and relevant system administration features. <link>Learn more about notices</link> in our documentation.',
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_values: {
link: (msg) => (
<ExternalLink
@@ -3213,7 +3213,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 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_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_values: {
link: (msg) => (
<ExternalLink

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

@@ -1442,9 +1442,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 notices about available server upgrades and relevant system administration features. <link>Learn more about notices</link> in our documentation.",
"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.enableAdminNoticesTitle": "Enable Admin Notices: ",
"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.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.enableEndUserNoticesTitle": "Enable End User Notices: ",
"admin.oauth.gitlab": "GitLab",
"admin.oauth.google": "Google Apps",