Added missing description to event creation dialog

This commit is contained in:
Alexis
2025-04-26 20:19:11 +02:00
parent a03b7890e6
commit a6d388f5da
4 changed files with 18 additions and 2 deletions

View File

@@ -201,6 +201,7 @@ export default defineI18nConfig(() => ({
nameSingular: "Event",
namePlural: "Events",
addSingle: "Add an event",
addSingleDescription: "This will add the event to the calendar",
newEvent: "New event",
title: "Event title",
isStart: "Start",
@@ -524,6 +525,7 @@ export default defineI18nConfig(() => ({
nameSingular: "Évènement",
namePlural: "Évènements",
addSingle: "Ajouter un évènement",
addSingleDescription: "L'évènement sera ajouté au calendrier en cours",
newEvent: "Nouvel évènement",
title: "Titre de l'évènement",
isStart: "Début",