Skip to content

Commit

Permalink
seperate field for city and postal code
Browse files Browse the repository at this point in the history
  • Loading branch information
JochemVH1 committed Jul 3, 2024
1 parent d00b0d7 commit f42dc19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/config/models/ConfigConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const configDefinition: FullFormConfig = [
{title: 'config.company.title'},
'company.name',
'company.address',
'company.postalCode',
'company.city',
{key: 'company.telephone', component: 'phone'},
{key: 'company.email', component: 'email'},
Expand Down
1 change: 1 addition & 0 deletions frontend/src/trans.en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export const trans = {
name: 'Company name',
address: 'Street',
city: 'City',
postalCode: 'Postal code',
telephone: 'Phone nr',
email: 'Email',
iban: 'IBAN',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/trans.nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export const trans = {
name: 'Bedrijfsnaam',
address: 'Straat',
city: 'Stad',
postalCode: 'Postcode',
telephone: 'Telefoon nr',
email: 'Email',
iban: 'IBAN',
Expand Down

0 comments on commit f42dc19

Please sign in to comment.