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") }}