Improve notifications

- Translate subtask status
- Translate internal link labels
- Add link to tasks and projects in overdue notifications
This commit is contained in:
kent1
2018-04-16 11:57:46 -07:00
committed by Frédéric Guillot
parent 0e5e3b30fd
commit b03357aef3
7 changed files with 24 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
<ul>
<li><?= t('Title:') ?> <?= $this->text->e($subtask['title']) ?></li>
<li><?= t('Status:') ?> <?= $this->text->e($subtask['status_name']) ?></li>
<li><?= t('Status:') ?> <?= t($subtask['status_name']) ?></li>
<li><?= t('Assignee:') ?> <?= $this->text->e($subtask['name'] ?: $subtask['username'] ?: '?') ?></li>
</ul>