diff --git a/app/package.json b/app/package.json index b4742d60e..60a31d7ec 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "5.5.5", + "version": "5.5.6", "private": true, "appName": "Name Request UI", "sbcName": "SBC Common Components", diff --git a/app/src/list-data/intl-jurisdictions.ts b/app/src/list-data/intl-jurisdictions.ts index 16e1e069b..9ce85c2f4 100644 --- a/app/src/list-data/intl-jurisdictions.ts +++ b/app/src/list-data/intl-jurisdictions.ts @@ -15,6 +15,16 @@ const CanUsa: JurisdictionI[] = [ ] const Other: JurisdictionI[] = [ + { + value: 'CD', + SHORT_DESC: 'Congo, The Demo', + text: 'Congo, The Democratic Republic of The' + }, + { + value: 'FX', + SHORT_DESC: 'France, Metropo', + text: 'France, Metropolitan' + }, { value: 'TM', SHORT_DESC: 'Turkmenistan', @@ -153,12 +163,12 @@ const Other: JurisdictionI[] = [ { value: 'VI', text: 'Virgin Islands, U.S.', - SHORT_DESC: 'Virgin Islands, U.S.' + SHORT_DESC: 'USVI' }, { value: 'VG', text: 'Virgin Islands, British', - SHORT_DESC: 'Virgin Islands, British' + SHORT_DESC: 'BVI' }, { value: 'WF', @@ -1262,8 +1272,8 @@ const Other: JurisdictionI[] = [ }, { value: 'TR', - SHORT_DESC: 'Türkiye', - text: 'Türkiye, Republic Of' + SHORT_DESC: 'Turkiye', + text: 'Turkiye, Republic Of' } ]