Merge branch 'refactor_community' into frontend_show_gradido_id

This commit is contained in:
einhornimmond 2025-10-07 09:24:03 +02:00
commit eb5983b25f
2 changed files with 1 additions and 2 deletions

View File

@ -222,7 +222,6 @@ const validationSchema = computed(() => {
return object({
memo: memoSchema,
amount: amountSchema,
// todo: found a better way, because this validation test has side effects
identifier: identifierSchema.test(
'community-is-reachable',
'form.validation.identifier.communityIsReachable',

View File

@ -193,7 +193,7 @@
"gddCreationTime": "Le champ {_field_} doit comprendre un nombre entre {min} et {max} avec un maximum de une décimale.",
"gddSendAmount": "Le champ {_field_} doit comprendre un nombre entre {min} et {max} avec un maximum de deux chiffres après la virgule",
"identifier": {
"communityIsReachable": "Communauté non trouvée ou non joignable!",
"communityIsReachable": "Communauté non joignable!",
"required": "Le destinataire est un champ obligatoire.",
"typeError": "Le destinataire doit être un email, un nom d'utilisateur ou un Gradido ID."
},