mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove unnecessary translation, remove not longer valid comment
This commit is contained in:
parent
5dfafc4dee
commit
8bd31dbd5a
@ -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',
|
||||
|
||||
@ -193,8 +193,6 @@
|
||||
"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 joignable!",
|
||||
"communityIsReachable.communityNotFound": "Communauté non trouvée!",
|
||||
"communityIsReachable.communityNotReachable": "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."
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user