From 920f4a54e1c6daf96953004b40d26de65b71d091 Mon Sep 17 00:00:00 2001 From: Devasia Joseph Date: Thu, 19 Jun 2025 13:35:30 +0530 Subject: [PATCH] fix: TNL-10093 Removed inaccurate course rerun message --- src/course-outline/page-alerts/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/course-outline/page-alerts/messages.js b/src/course-outline/page-alerts/messages.js index 9aa6756a7..3a3ada742 100644 --- a/src/course-outline/page-alerts/messages.js +++ b/src/course-outline/page-alerts/messages.js @@ -8,7 +8,7 @@ const messages = defineMessages({ }, configurationErrorText: { id: 'course-authoring.course-outline.page-alerts.configurationErrorText', - defaultMessage: 'No course content is currently visible, and no learners are enrolled. Be sure to review and reset all dates, including the Course Start Date; set up the course team; review course updates and other assets for dated material; and seed the discussions and wiki.', + defaultMessage: 'Be sure to review and reset all dates, including the Course Start Date; set up the course team; review course updates and other assets for dated material; and seed the discussions and wiki.', description: 'Configuration error alert body in course outline.', }, discussionNotificationText: {