JobDetails: fix message "characters are not yet.."

This commit is contained in:
Thomas Gelf 2018-05-17 08:33:29 +02:00
parent 05bc9e5bfc
commit b773b90ae5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class JobDetails extends HtmlDocument
if ($job->ts_last_attempt) {
if ($job->last_attempt_succeeded) {
$this->add(Html::tag('p', sprintf(
$this->add(Html::tag('p', null, sprintf(
$this->translate('The last attempt succeeded at %s'),
$job->ts_last_attempt
)));