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

@@ -2,7 +2,7 @@
<p>
<?= e('The link with the relation "%s" to the task %s has been removed',
$this->text->e($task_link['label']),
e($task_link['label']),
$this->url->absoluteLink(t('#%d', $task_link['opposite_task_id']), 'TaskViewController', 'show', array('task_id' => $task_link['opposite_task_id']))) ?>
</p>