Skip to content

Commit

Permalink
Changed english fields to dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Jul 12, 2023
1 parent 7478708 commit 1229945
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/user.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
exports.fields = [
{
key: 'firstName',
label: 'First name',
label: 'Voornaam',
},
{
key: 'lastName',
label: 'Last name',
label: 'Achternaam',
},
{
key: 'email',
label: 'Email address',
label: 'E-mail adres',
},
{
key: 'phoneNumber',
label: 'Phone number',
label: 'Telefoonnummer',
},
{
key: 'streetName',
label: 'Street name',
label: 'Straatnaam',
},
{
key: 'houseNumber',
label: 'House number',
label: 'Huisnummer',
},
{
key: 'city',
label: 'City',
label: 'Stad',
},
{
key: 'suffix',
label: 'Suffix',
label: 'Achtervoegsel',
},
{
key: 'postcode',
Expand Down

1 comment on commit 1229945

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/auth:feature-first-lastname-hardcoded-1229945

Please sign in to comment.