Skip to content

Commit bd1dad1

Browse files
author
James Wigger
committed
Updated GB to say UK
1 parent 6a646aa commit bd1dad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

perch/addons/apps/jw_locator/modes/locations.edit.post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
echo $Form->text_field('locationPostcode', 'Postcode', isset($details['locationPostcode']) ? $details['locationPostcode'] : false, 's');
3737

3838
$country_opts = include '../utilities/country_codes.php';
39-
echo $Form->select_field('locationCountry', 'Country', $country_opts, isset($details['locationCountry']) ? $details['locationCountry'] : 'GB');
39+
echo $Form->select_field('locationCountry', 'Country', $country_opts, isset($details['locationCountry']) ? $details['locationCountry'] : 'UK');
4040

4141
if(is_object($Location)) {
4242
echo $Form->hint('Check this to skip the queue and process immediately.');

perch/addons/apps/jw_locator/utilities/country_codes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
array('value' => 'UG', 'label' => 'Uganda'),
229229
array('value' => 'UA', 'label' => 'Ukraine'),
230230
array('value' => 'AE', 'label' => 'United Arab Emirates'),
231-
array('value' => 'GB', 'label' => 'United Kingdom'),
231+
array('value' => 'UK', 'label' => 'United Kingdom'),
232232
array('value' => 'US', 'label' => 'United States'),
233233
array('value' => 'UM', 'label' => 'United States Minor Outlying Islands'),
234234
array('value' => 'UY', 'label' => 'Uruguay'),

0 commit comments

Comments
 (0)