fixed favorite notification type key typo

This commit is contained in:
noumantahir 2022-09-24 13:01:45 +05:00
parent cf896cd049
commit 09d4c2f735
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ const NotificationLineView = ({
if (
notification.type === 'vote' ||
notification.type === 'reblog' ||
notification.type === 'favorite' ||
notification.type === 'favorites' ||
(notification.type === 'mention' && notification.post)
) {
_moreinfo = notification.title || notification.permlink;

View File

@ -141,7 +141,7 @@
"unvote": "downvoted",
"reply": "replied to",
"mention": "mentioned in",
"favorite": "made new post",
"favorites": "made new post",
"follow": "followed you",
"unfollow": "unfollowed you",
"ignore": "ignored you",