From ceb098fcfe1a447d8454bbe13c38eda4236e90b0 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 5 Nov 2025 07:53:56 +0100 Subject: [PATCH] Fix typo in German locale for min character length fix: typo mainimale should be minimale --- frontend/src/locale/lang/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locale/lang/de.json b/frontend/src/locale/lang/de.json index 1aa4216f..fd899285 100644 --- a/frontend/src/locale/lang/de.json +++ b/frontend/src/locale/lang/de.json @@ -103,7 +103,7 @@ "error.max-character-length": "Die maximale Länge beträgt {max} Zeichen{max, plural, one {} other {s}}", "error.max-domains": "Zu viele Domains, maximal sind {max}", "error.maximum": "Maximum ist {max}", - "error.min-character-length": "Die mainimale Länge beträgt {min} Zeichen{min, plural, one {} other {s}}", + "error.min-character-length": "Die minimale Länge beträgt {min} Zeichen{min, plural, one {} other {s}}", "error.minimum": "Minimum ist {min}", "error.passwords-must-match": "Passwörter müssen übereinstimmen", "error.required": "Dies ist erforderlich.",