Bluesky app fork with some witchin' additions 💫

add mutuals text to follow button in notifications

authored by Daniela Henkel and committed by Tangled a0b84fb1 35fa3d8f

Changed files
+1 -1
src
view
com
notifications
+1 -1
src/view/com/notifications/NotificationFeedItem.tsx
··· 838 838 onPress={onPressUnfollow}> 839 839 <ButtonIcon icon={CheckIcon} /> 840 840 <ButtonText> 841 - <Trans>Following</Trans> 841 + {isFollowedBy ? <Trans>Mutuals</Trans> : <Trans>Following</Trans>} 842 842 </ButtonText> 843 843 </Button> 844 844 ) : (