Changed limit and added scrollbars on details

This commit is contained in:
Alexis
2024-11-25 16:33:02 +01:00
parent 372c7a49e1
commit 863937bb16
5 changed files with 33 additions and 21 deletions

View File

@@ -142,9 +142,9 @@ export default defineI18nConfig(() => ({
},
editErrors: {
toastTitle: "Event wasn't updated.",
title_too_big: "Title should be less than 240 characters long.",
title_too_big: "Title should be less than 120 characters long.",
description_too_big: "Description should be less than 1200 characters long.",
location_too_big: "Location should be less than 240 characters long.",
location_too_big: "Location should be less than 160 characters long.",
},
deleteDialog: {
title: "Delete this event",
@@ -356,9 +356,9 @@ export default defineI18nConfig(() => ({
},
editErrors: {
toastTitle: "L'évènement n'a pas été modifié",
title_too_big: "Le titre doit être inférieur à 240 caractères.",
title_too_big: "Le titre doit être inférieur à 120 caractères.",
description_too_big: "La description doit être inférieure à 1200 caractères.",
location_too_big: "La localisation doit être inférieure à 240 caractères.",
location_too_big: "La localisation doit être inférieure à 160 caractères.",
},
deleteDialog: {
title: "Supprimer l'évènement",