From a36a514747e2b6652e4d61e0725ccc759f720191 Mon Sep 17 00:00:00 2001 From: Massedil Date: Fri, 14 Feb 2025 16:32:10 +0100 Subject: [PATCH] fix(translation): update French translation Solves #1671 --- src/components/Group/Sections/EventsSection.vue | 4 +--- src/i18n/en_US.json | 1 + src/i18n/fr_FR.json | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Group/Sections/EventsSection.vue b/src/components/Group/Sections/EventsSection.vue index 0931f711e..3b74790fc 100644 --- a/src/components/Group/Sections/EventsSection.vue +++ b/src/components/Group/Sections/EventsSection.vue @@ -39,9 +39,7 @@ params: { preferredUsername: usernameWithDomain(group) }, query: { showPassedEvents: true }, }" - >{{ - longEvent ? t("+ View past activities") : t("+ View past events") - }}{{ longEvent ? t("Past activities") : t("Past events") }}