JobDetails: fix message "characters are not yet.."
This commit is contained in:
parent
05bc9e5bfc
commit
b773b90ae5
|
@ -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
|
||||
)));
|
||||
|
|
Loading…
Reference in New Issue