diff --git a/src/notification-preferences/NotificationPreferenceRow.jsx b/src/notification-preferences/NotificationPreferenceRow.jsx index e5f9055ef..72b2299d6 100644 --- a/src/notification-preferences/NotificationPreferenceRow.jsx +++ b/src/notification-preferences/NotificationPreferenceRow.jsx @@ -45,7 +45,7 @@ const NotificationPreferenceRow = ({ appId, preferenceName }) => { {preference.info} diff --git a/src/notification-preferences/messages.js b/src/notification-preferences/messages.js index 963a05678..e7838447c 100644 --- a/src/notification-preferences/messages.js +++ b/src/notification-preferences/messages.js @@ -21,14 +21,9 @@ export const messages = defineMessages({ id: 'notification.preference.title', defaultMessage: `{ text, select, - core {Core} - newPost {New Post} - newComment {New Comment} - newResponse {New Response} - newCommentOnPost {New Comment On Post} - newResponseOnComment {New Response On Comment} - newAssignment {New Assignment} - newGrade {New Grade} + core {Core notifications} + newDiscussionPost {New discussion posts} + newQuestionPost {New question posts} other {{text}} }`, description: 'Display text for Notification Types',