fix: more sensible default for German iban validator translation
This commit is contained in:
parent
075d5077bd
commit
183c86af26
2 changed files with 6 additions and 1 deletions
5
.changeset/nervous-numbers-smash.md
Normal file
5
.changeset/nervous-numbers-smash.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@lion/ui': minor
|
||||
---
|
||||
|
||||
Changed spelling/grammar of the german error message for an invalid IBAN.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
error: {
|
||||
IsIBAN: 'Geben Sie ein gültiges {fieldName} ein.',
|
||||
IsIBAN: 'Geben Sie eine gültige {fieldName} ein.',
|
||||
IsCountryIBAN:
|
||||
'Geben Sie eine gültige {params, select,\n' +
|
||||
'AT {Österreichisch}\n' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue