added new street filter

This commit is contained in:
Luca Haid
2025-06-03 11:17:26 +02:00
parent 35f1ed22a8
commit 9b10230806
2 changed files with 13 additions and 0 deletions
@@ -166,6 +166,7 @@ Vue.component('construction-consent-faulty-entries', {
'lastname': 'Fehlender Nachname',
'city': 'Fehlende Stadt',
'zip': 'Ungültige PLZ',
'street': 'Ungültige Straße',
'country': 'Ungültiges Land (enthält Zahlen)'
};
return errors[error] || error;