Skip to content

Commit

Permalink
Update wording when checking a module for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Oct 30, 2024
1 parent 300248d commit 13dcfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Task/Update/UpdateModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function run(): int
if ($modules_left) {
$this->stepDone = false;
$this->next = TaskName::TASK_UPDATE_MODULES;
$this->logger->info($this->translator->trans('%s modules left to update.', [$modules_left]));
$this->logger->info($this->translator->trans('%s modules left to check.', [$modules_left]));
} else {
$this->stepDone = true;
$this->status = 'ok';
Expand Down

0 comments on commit 13dcfbc

Please sign in to comment.