diff --git a/src/view/com/notifications/NotificationFeedItem.tsx b/src/view/com/notifications/NotificationFeedItem.tsx index 8cee311c1..3cefd29f1 100644 --- a/src/view/com/notifications/NotificationFeedItem.tsx +++ b/src/view/com/notifications/NotificationFeedItem.tsx @@ -838,7 +838,7 @@ function FollowBackButton({profile}: {profile: AppBskyActorDefs.ProfileView}) { onPress={onPressUnfollow}> - Following + {isFollowedBy ? Mutuals : Following} ) : (