Skip to content

Commit ceb098f

Browse files
Fix typo in German locale for min character length
fix: typo mainimale should be minimale
1 parent 639ba3a commit ceb098f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/locale/lang/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"error.max-character-length": "Die maximale Länge beträgt {max} Zeichen{max, plural, one {} other {s}}",
104104
"error.max-domains": "Zu viele Domains, maximal sind {max}",
105105
"error.maximum": "Maximum ist {max}",
106-
"error.min-character-length": "Die mainimale Länge beträgt {min} Zeichen{min, plural, one {} other {s}}",
106+
"error.min-character-length": "Die minimale Länge beträgt {min} Zeichen{min, plural, one {} other {s}}",
107107
"error.minimum": "Minimum ist {min}",
108108
"error.passwords-must-match": "Passwörter müssen übereinstimmen",
109109
"error.required": "Dies ist erforderlich.",

0 commit comments

Comments
 (0)