Skip to content

Commit

Permalink
fix(locale): fix broken street address reference in fr_CH (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Apr 3, 2023
1 parent fc2f171 commit cbbc076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locales/fr_CH/location/street_address.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
normal: '{{location.buildingNumber}} {{location.streetName}}',
full: '{{location.buildingNumber}} {{location.streetName}} {{location.secondaryAddress}}',
normal: '{{location.buildingNumber}} {{location.street}}',
full: '{{location.buildingNumber}} {{location.street}} {{location.secondaryAddress}}',
};

0 comments on commit cbbc076

Please sign in to comment.