Skip to content

Commit b3099f1

Browse files
authored
Merge pull request #181 from laoneo/patch-1
Fix Spanish language detection
2 parents c3a26e2 + 17bc4f3 commit b3099f1

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
@@ -264,7 +264,7 @@ public function installJoomla($databaseName = null, $databasePrefix = null)
264264
$this->debug('I select es-ES as installation language');
265265

266266
// Select a random language to force reloading of the lang strings after selecting English
267-
$this->selectOptionInChosenWithTextField('#jform_language', 'Spanish (Español)');
267+
$this->selectOptionInChosenWithTextField('#jform_language', 'Español (España)');
268268
$this->waitForText('Configuración principal', TIMEOUT, 'h3');
269269

270270
// Wait for chosen to render the field

0 commit comments

Comments
 (0)