From a234b8f39a22199a9229e86905565c5bd18a882c Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:42:49 -0400 Subject: [PATCH] In-product notices can gather user feedback (#25004) --- .../src/components/admin_console/admin_definition.jsx | 4 ++-- webapp/channels/src/i18n/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/channels/src/components/admin_console/admin_definition.jsx b/webapp/channels/src/components/admin_console/admin_definition.jsx index f5f0d1f281..d3fc892a5b 100644 --- a/webapp/channels/src/components/admin_console/admin_definition.jsx +++ b/webapp/channels/src/components/admin_console/admin_definition.jsx @@ -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. Learn more about notices 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. Learn more about notices in our documentation.', help_text_values: { link: (msg) => ( Learn more about notices 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. Learn more about notices in our documentation.', help_text_values: { link: (msg) => ( Learn more about notices 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. Learn more about notices 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. Learn more about notices 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. Learn more about notices in our documentation.", "admin.notices.enableEndUserNoticesTitle": "Enable End User Notices: ", "admin.oauth.gitlab": "GitLab", "admin.oauth.google": "Google Apps",