Translate subtask status on demand

Fixes #4476
This commit is contained in:
Jack Williams
2022-07-12 13:45:06 +10:00
committed by GitHub
parent 6308ac41cd
commit c53bee4a08
5 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
<ul>
<li>
<?= $this->text->e($subtask['title']) ?> (<strong><?= $this->text->e($subtask['status_name']) ?></strong>)
<?= $this->text->e($subtask['title']) ?> (<strong><?= t($subtask['status_name']) ?></strong>)
</li>
<li>
<?php if ($subtask['username']): ?>