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
parent
commit
816e250c8f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/locale/de_DE.ts

2
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',
},
},
},

Loading…
Cancel
Save