From af70930b35a83e3f2adc2bafd11ee1930552c447 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Mon, 25 Mar 2024 12:59:39 +0100 Subject: [PATCH] Fix mention notification actor identification --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index fe9e057..02c5bdf 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -194,8 +194,8 @@ export const notificationTypeUserProps: Record = { [NotificationType.YOUR_POST_WAS_REPOSTED]: 'who_reposted_it', [NotificationType.YOUR_POST_WAS_REPLIED_TO]: 'who_replied_to_it', - [NotificationType.YOU_WERE_MENTIONED_IN_POST]: 'you_were_mentioned_in', - [NotificationType.YOUR_POST_WAS_MENTIONED_IN_POST]: 'your_post_were_mentioned_in', + [NotificationType.YOU_WERE_MENTIONED_IN_POST]: 'you_were_mentioned_by', + [NotificationType.YOUR_POST_WAS_MENTIONED_IN_POST]: 'your_post_were_mentioned_by', [NotificationType.POST_YOU_WERE_MENTIONED_IN_WAS_ZAPPED]: 'who_zapped_it', [NotificationType.POST_YOU_WERE_MENTIONED_IN_WAS_LIKED]: 'who_liked_it',