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
@@ -566,7 +566,7 @@ const PlaybackItem = ({
style={styles.followButton}
>
<Text style={styles.followButtonText}>
{isFollowing ? "Ne plus suivre" : "Suivre"}
{isFollowing ? "Suivi(e)" : "Suivre"}
</Text>
</BlurView>
</Pressable>