Removed overkill patterns

This fixes the stack being trashed up
This commit is contained in:
Alexis
2024-11-26 19:59:18 +01:00
parent 9fa6af2fa3
commit 76a6468a04
2 changed files with 6 additions and 6 deletions

View File

@@ -137,9 +137,9 @@ export default defineI18nConfig(() => ({
prevPage: "Previous page with events",
nextPage: "Next page with events",
patterns: {
title: "Between 3 and 120 caracters, without special symbols, except & - ~ ()",
title: "Between 3 and 120 caracters.",
description: "1200 caracters max.",
location: "Between 3 and 160 caracters, without special symbols, except & - ~ ()",
location: "Between 3 and 160 caracters.",
},
editDialog: {
title: "Edit event",
@@ -356,9 +356,9 @@ export default defineI18nConfig(() => ({
prevPage: "Précédente page à évènements",
nextPage: "Prochaine page à évènements",
patterns: {
title: "Entre 3 et 120 charactères, sans symboles spéciaux, sauf & - ~ ()",
title: "Entre 3 et 120 charactères.",
description: "Maximum 1200 charactères.",
location: "Entre 3 et 160 charactères, sans symboles spéciaux, sauf & - ~ ()",
location: "Entre 3 et 160 charactères.",
},
editDialog: {
title: "Modifier l'évènement",