diff --git a/src/app/components/elements/panels/UserEmailPreferences.tsx b/src/app/components/elements/panels/UserEmailPreferences.tsx index 59dc04e559..6fd46abc5d 100644 --- a/src/app/components/elements/panels/UserEmailPreferences.tsx +++ b/src/app/components/elements/panels/UserEmailPreferences.tsx @@ -42,8 +42,7 @@ export const UserEmailPreference = ({ const userIsStudent = isStudent({ ...user, loggedIn: true }); const isaacEmailPreferenceDescriptions = { assignments: "Receive assignment notifications from your teacher.", - news: "Be the first to know about new topics, new platform features, and our fantastic competition giveaways.", - events: "Get valuable updates on our free student workshops happening near you.", + newsAndUpdates: "Be the first to know about new topics, platform features, competitons and free student events.", }; let errorMessage = null; @@ -86,8 +85,8 @@ export const UserEmailPreference = ({ )}