From 57d0812be9d998629d847d4dc56035a63c8149e0 Mon Sep 17 00:00:00 2001 From: Massedil Date: Fri, 14 Feb 2025 17:58:25 +0100 Subject: [PATCH] #1684 Mentions the activity in the title of the event created --- src/i18n/fr_FR.json | 1 + src/views/Event/EditView.vue | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/i18n/fr_FR.json b/src/i18n/fr_FR.json index 94e143213..b25865ef1 100644 --- a/src/i18n/fr_FR.json +++ b/src/i18n/fr_FR.json @@ -268,6 +268,7 @@ "Create a discussion": "Créer une discussion", "Create a folder": "Créer un dossier", "Create a new event": "Créer un nouvel événement", + "Create a new event or a new activity": "Créer un nouvel événement ou une nouvelle activité", "Create a new group": "Créer un nouveau groupe", "Create a new identity": "Créer une nouvelle identité", "Create a new list": "Créer une nouvelle liste", diff --git a/src/views/Event/EditView.vue b/src/views/Event/EditView.vue index 53aced04a..0e96f1f22 100644 --- a/src/views/Event/EditView.vue +++ b/src/views/Event/EditView.vue @@ -1,9 +1,12 @@