Browse Source
fix: typo in deDE (#41780)
Co-authored-by: Andreas Richter <andreas.richter2@qbeyond.de>
pull/41794/head
aaarichter
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/locale/de_DE.ts
|
|
@ -124,7 +124,7 @@ const localeValues: Locale = { |
|
|
|
range: 'Die Anzahl an ${label} muss zwischen ${min} und ${max} liegen', |
|
|
|
}, |
|
|
|
pattern: { |
|
|
|
mismatch: '${label} enspricht nicht dem ${pattern} Muster', |
|
|
|
mismatch: '${label} entspricht nicht dem ${pattern} Muster', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|