This commit is contained in:
2025-10-12 13:35:43 +02:00
parent 865644914c
commit 0a32a37681
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ const PlaybackItem = ({ item, isActive, userCache, getUserByUid }) => {
fontFamily: FONT_FAMILY.InterMedium,
}}
>
{isFollowing ? "Ne plus suivre" : "Suivre"}
{isFollowing ? "Suivi(e)" : "Suivre"}
</Text>
</BlurView>
</Pressable>