diff options
Diffstat (limited to 'app/Template/notification/task_file_create.php')
-rw-r--r-- | app/Template/notification/task_file_create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_file_create.php b/app/Template/notification/task_file_create.php index 63f7d1b8..feab8dd2 100644 --- a/app/Template/notification/task_file_create.php +++ b/app/Template/notification/task_file_create.php @@ -1,4 +1,4 @@ -<h2><?= $this->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> +<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> <p><?= t('New attachment added "%s"', $file['name']) ?></p> |