From 725ae950f4e9bba2ba8b0682ed2aed0b772c3150 Mon Sep 17 00:00:00 2001 From: eemaanamir Date: Mon, 4 Aug 2025 16:46:32 +0500 Subject: [PATCH] chore: updated the notification section description --- src/notification-preferences/NotificationSettings.jsx | 5 +---- src/notification-preferences/messages.js | 7 +------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/notification-preferences/NotificationSettings.jsx b/src/notification-preferences/NotificationSettings.jsx index 1c30c7d..fa9df2b 100644 --- a/src/notification-preferences/NotificationSettings.jsx +++ b/src/notification-preferences/NotificationSettings.jsx @@ -20,13 +20,10 @@ const NotificationSettings = () => {

{intl.formatMessage(messages.notificationHeading)}

-
- {intl.formatMessage(messages.accountNotificationDescription)} -
{intl.formatMessage(messages.notificationCadenceDescription, { dailyTime: '22:00 UTC', - weeklyTime: '22:00 UTC Every Sunday', + weeklyTime: '22:00 UTC', })}
diff --git a/src/notification-preferences/messages.js b/src/notification-preferences/messages.js index 00c598b..7a68c2d 100644 --- a/src/notification-preferences/messages.js +++ b/src/notification-preferences/messages.js @@ -91,14 +91,9 @@ const messages = defineMessages({ defaultMessage: 'Notifications for certain activities are enabled by default,', description: 'Body of the notification preferences for learner guide', }, - accountNotificationDescription: { - id: 'account.notification.description', - defaultMessage: 'Account-level settings apply to all courses.', - description: 'Account notification description', - }, notificationCadenceDescription: { id: 'notification.cadence.description', - defaultMessage: 'Daily notifications are delivered at {dailyTime}. Weekly notifications are delivered at {weeklyTime}.', + defaultMessage: 'Daily email notifications are sent at {dailyTime}. Weekly email notifications are sent every Sunday at {weeklyTime}.', description: 'Notification cadence description', }, notificationDefaultInfo: {