diff --git a/webapp/channels/src/components/admin_console/admin_definition.jsx b/webapp/channels/src/components/admin_console/admin_definition.jsx index cb8dbea22d..a029d3b41a 100644 --- a/webapp/channels/src/components/admin_console/admin_definition.jsx +++ b/webapp/channels/src/components/admin_console/admin_definition.jsx @@ -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. Learn more about notices in our documentation.', + 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_values: { link: (msg) => ( Learn more about notices 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. 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 notices about available server upgrades and relevant system administration features. Learn more about notices 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. Learn more about notices 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. Learn more about notices in our documentation.", "admin.notices.enableEndUserNoticesTitle": "Enable End User Notices: ", "admin.oauth.gitlab": "GitLab", "admin.oauth.google": "Google Apps",