Skip to content

Commit

Permalink
Sync 2.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Dec 22, 2023
1 parent 6078c96 commit b118a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Job/JobRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private function postProcessResult(
);

if ($hasFailedChild) {
$this->messageManager->addErrorMessage($parentJobId, 'Some child jobs has been failed.');
$this->messageManager->addErrorMessage($parentJobId, 'Some child jobs have failed to process.');
}
}
}
Expand Down

0 comments on commit b118a92

Please sign in to comment.