Skip to content

Commit

Permalink
fix: test update trans
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Jul 16, 2024
1 parent 48df8c2 commit b2a3a1a
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 htaccesssx'));
$this->logger->info($this->container->getTranslator()->trans('Regenerating htaccesssxspp'));
$this->generateHtaccess();

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

0 comments on commit b2a3a1a

Please sign in to comment.