Skip to content

Commit

Permalink
fix: test fix for module translation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Jul 16, 2024
1 parent 6d92fbb commit 48df8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/UpgradeTools/CoreUpgrader/CoreUpgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function doUpgrade(): void
$this->logger->info($this->container->getTranslator()->trans('Upgrading languages'));
$this->upgradeLanguages();

$this->logger->info($this->container->getTranslator()->trans('Regenerating htaccesss'));
$this->logger->info($this->container->getTranslator()->trans('Regenerating htaccesssx'));
$this->generateHtaccess();

$this->logger->info($this->container->getTranslator()->trans('Cleaning XML filess'));
Expand Down

0 comments on commit 48df8c2

Please sign in to comment.