Skip to content

Commit

Permalink
Try to fix pipeline by reverting eroor message
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Jan 17, 2025
1 parent 89f678d commit 618c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"REQUIRED": "{{fieldName}} ist ein Pflichtfeld.",
"MINLENGTH": "{{fieldName}} muss mindestens {{requiredLength}} Zeichen lang sein.",
"MAXLENGTH": "{{fieldName}} darf maximal {{requiredLength}} Zeichen lang sein.",
"NUMBER": "{{fieldName}} muss eine Zahl sein.",
"PATTERN": "{{fieldName}} muss eine Zahl sein.",
"MUST_BE_NUMBER": " muss eine Zahl sein.",
"MUST_SELECT": " muss ausgewählt sein.",
"MAX_VALUE": " darf maximal eine Länge von {0} Zeichen haben.",
Expand Down

0 comments on commit 618c482

Please sign in to comment.