Skip to content

Commit

Permalink
add ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrapurohit committed Dec 9, 2021
1 parent 08d32cb commit 3622b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CRM/Utils/Check/Component/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,12 +715,12 @@ public function checkScheduledJobLogErrors() {
return [];
}

$message = "<p>The following scheduled jobs failed on the last run:</p>
<p><table><thead><tr><th>Job</th><th>Message</th><th>Date</th><th></th>
$message = ts("<p>The following scheduled jobs failed on the last run:</p>
<p><table><thead><tr><th>Job</th><th>Message</th><th></th>
</tr></thead><tbody>
$html
%1
</tbody></table></p>
";
", [1 => $html]);

$msg = new CRM_Utils_Check_Message(
__FUNCTION__,
Expand Down

0 comments on commit 3622b89

Please sign in to comment.