diff --git a/src/notifications/settings/constants.ts b/src/notifications/settings/constants.ts index 8adae95cf92..607cfad605c 100644 --- a/src/notifications/settings/constants.ts +++ b/src/notifications/settings/constants.ts @@ -9,7 +9,7 @@ export const WalletNotificationTopic = { OTHER: 'other', }; export const GlobalNotificationTopic = { - POINTS: 'points', + POINTS: 'marketing_points', }; export const WalletNotificationRelationship = { OWNER: 'owner',