Skip to content

Commit 918311b

Browse files
committed
GB
1 parent a22e17b commit 918311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoomlaBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function installJoomla()
217217
$this->waitForText('Configuración principal', TIMEOUT, 'h3');
218218

219219
// Wait for chosen to render the field
220-
$this->debug('I select en-UK as installation language');
220+
$this->debug('I select en-GB as installation language');
221221
$this->debug('Wait for chosen to render the Languages list field');
222222
$this->wait(2);
223223
$this->selectOptionInChosenWithTextField('#jform_language', 'English (United Kingdom)');

0 commit comments

Comments
 (0)