diff --git a/src/components/notificationLine/view/notificationLineView.js b/src/components/notificationLine/view/notificationLineView.js index b10e8d90f..4d9059754 100644 --- a/src/components/notificationLine/view/notificationLineView.js +++ b/src/components/notificationLine/view/notificationLineView.js @@ -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; diff --git a/src/config/locales/en-US.json b/src/config/locales/en-US.json index 1540dda37..be9b7eeb1 100644 --- a/src/config/locales/en-US.json +++ b/src/config/locales/en-US.json @@ -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",