Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: change display names to search terms (#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-ozaynaci authored May 17, 2022
1 parent 83dff18 commit 7d0b918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/src/data/gm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export const gmData: MunicipalityInfo[] = [
name: "'s-Gravenhage",
vrCode: 'VR15',
gemcode: 'GM0518',
displayName: "'s-Gravenhage",
displayName: 'Den Haag',
searchTerms: ['Den Haag'],
},
{
Expand Down Expand Up @@ -659,7 +659,7 @@ export const gmData: MunicipalityInfo[] = [
name: "'s-Hertogenbosch",
vrCode: 'VR21',
gemcode: 'GM0796',
displayName: "'s-Hertogenbosch",
displayName: 'Den Bosch',
searchTerms: ['Den Bosch'],
},
{
Expand Down

0 comments on commit 7d0b918

Please sign in to comment.