From a33ebf89764bdeb71b7b3a9e577cf85d6fee5c65 Mon Sep 17 00:00:00 2001 From: Boris Trombert Date: Wed, 23 Oct 2024 08:58:02 +0200 Subject: [PATCH] fix french traduction for tooltip emoji reaction Changelog: fixed --- webapp/channels/src/i18n/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/channels/src/i18n/fr.json b/webapp/channels/src/i18n/fr.json index ca7144d795..15a222d86e 100644 --- a/webapp/channels/src/i18n/fr.json +++ b/webapp/channels/src/i18n/fr.json @@ -4060,7 +4060,7 @@ "reaction.reacted": "{users} {reactionVerb} avec {emoji}", "reaction.reactionVerb.user": "a réagi", "reaction.reactionVerb.users": "ont réagi", - "reaction.reactionVerb.you": "a réagi", + "reaction.reactionVerb.you": "avez réagi", "reaction.reactionVerb.youAndUsers": "ont réagi", "reaction.removeReact.ariaLabel": "supprimer la réaction", "reaction.usersAndOthersReacted": "{users} et {otherUsers, number} {otherUsers, plural, one {autre utilisateur} other {autres utilisateurs}}",