Hi there! I am trying to change the message posted, when a required field is not filled in correctly for different languages (DE is the default language currently).
I am happy for any advice, thanks in advance!
Hi there! I am trying to change the message posted, when a required field is not filled in correctly for different languages (DE is the default language currently).
I am happy for any advice, thanks in advance!
The key for the string Bitte gib etwas ein
is error.validation.required
. You can overwrite that key in the translations extension, see Translations | Kirby CMS
Nice, thank you so much for you super fast reply! I have included that within the language definition files, that worked perfectly. Do you know the key for the string “Bitte behebe alle Fehler …”, too (if this is set in the same way)? I cannot locate it in any file.
That’s error.form.incomplete
but you can find all strings in the kirby/i18n/translations/xxx.json
files. Just do a search…
Ah, perfect, that was the file I was desperately in search for. Thank you!