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: {