Skip to content

Commit

Permalink
Update Language.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Apr 28, 2024
1 parent edfc9fc commit 739b5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Core/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function __construct(

//Start checking if the user has a language set
if (!$this->setLanguage($language)) {
$this->setLanguage($this->config->language);
$this->setLanguage("en-US");
}
}

Expand Down

0 comments on commit 739b5ec

Please sign in to comment.