From 66ad7a790983812303ebb789d102988e3ac1f723 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Wed, 13 Sep 2023 14:48:49 +0200 Subject: [PATCH] Rename post to note --- .../SettingsNotifications/SettingsNotifications.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/SettingsNotifications/SettingsNotifications.tsx b/src/components/SettingsNotifications/SettingsNotifications.tsx index e78dabe..c8a52d7 100644 --- a/src/components/SettingsNotifications/SettingsNotifications.tsx +++ b/src/components/SettingsNotifications/SettingsNotifications.tsx @@ -67,13 +67,13 @@ const SettingsNotifications: Component<{ id?: string }> = (props) => { NEW_USER_FOLLOWED_YOU: 'new user followed you', USER_UNFOLLOWED_YOU: 'a user unfollowed you', - YOUR_POST_WAS_ZAPPED: 'your post was zapped', - YOUR_POST_WAS_LIKED: 'your post was liked', - YOUR_POST_WAS_REPOSTED: 'your post was reposted', - YOUR_POST_WAS_REPLIED_TO: 'your post was replied to', + YOUR_POST_WAS_ZAPPED: 'your note was zapped', + YOUR_POST_WAS_LIKED: 'your note was liked', + YOUR_POST_WAS_REPOSTED: 'your note was reposted', + YOUR_POST_WAS_REPLIED_TO: 'your note was replied to', - YOU_WERE_MENTIONED_IN_POST: 'you were mentioned in a post', - YOUR_POST_WAS_MENTIONED_IN_POST: 'your post was mentioned in a post', + YOU_WERE_MENTIONED_IN_POST: 'you were mentioned in a note', + YOUR_POST_WAS_MENTIONED_IN_POST: 'your note was mentioned in a note', POST_YOU_WERE_MENTIONED_IN_WAS_ZAPPED: 'zapped', POST_YOU_WERE_MENTIONED_IN_WAS_LIKED: 'liked',