Skip to content

Commit

Permalink
fix(components): fix nl telephone number translation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Nov 16, 2023
1 parent 37cf24d commit a14c1d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-guests-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@simsustech/quasar-components": patch
---

fix(components): fix nl telephone number translation
2 changes: 1 addition & 1 deletion packages/components/src/ui/form/lang/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const lang: Language = {
address: 'Adres',
postalCode: 'Postcode',
city: 'Woonplaats',
telephoneNumber: 'Telefoonnumer'
telephoneNumber: 'Telefoonnummer'
},
validations: {
fieldRequired: 'Veld is vereist.'
Expand Down

0 comments on commit a14c1d9

Please sign in to comment.