+
-
+
-
+
{course?.name}
diff --git a/src/notification-preferences/NotificationPreferences.test.jsx b/src/notification-preferences/NotificationPreferences.test.jsx
index e709c06..c358b66 100644
--- a/src/notification-preferences/NotificationPreferences.test.jsx
+++ b/src/notification-preferences/NotificationPreferences.test.jsx
@@ -109,6 +109,7 @@ describe('Notification Preferences', () => {
}),
}));
auth.getAuthenticatedUser = jest.fn(() => ({ userId: 3 }));
+ window.lightningjs = null;
});
afterEach(() => jest.clearAllMocks());
diff --git a/src/notification-preferences/messages.js b/src/notification-preferences/messages.js
index e12ac5a..963a056 100644
--- a/src/notification-preferences/messages.js
+++ b/src/notification-preferences/messages.js
@@ -33,13 +33,13 @@ export const messages = defineMessages({
}`,
description: 'Display text for Notification Types',
},
- notificationHelpType: {
- id: 'notification.preference.help.type',
+ typeLabel: {
+ id: 'notification.preference.type.label',
defaultMessage: 'Type',
description: 'Display text for type',
},
- notificationHelpWeb: {
- id: 'notification.preference.help.web',
+ webLabel: {
+ id: 'notification.preference.web,label',
defaultMessage: 'Web',
description: 'Display text for web',
},