diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-26 15:03:15 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-26 15:03:15 -0400 |
commit | 02106b474710444cb02f87859c8f0dee8c8bd077 (patch) | |
tree | 4ce3d9aac1927d76ec86f672769c7c968a9b686d /app/Template/task_status/close.php | |
parent | 97430b94654ab93abe019d7e98f82f81bd3f7899 (diff) |
Show "Open this task" in dropdown menu for closed tasks
Diffstat (limited to 'app/Template/task_status/close.php')
-rw-r--r-- | app/Template/task_status/close.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_status/close.php b/app/Template/task_status/close.php index 4de3dcb2..d32863bd 100644 --- a/app/Template/task_status/close.php +++ b/app/Template/task_status/close.php @@ -4,7 +4,7 @@ <div class="confirm"> <p class="alert alert-info"> - <?= t('Do you really want to close the task "%s" as well as all subtasks?', $this->e($task['title'])) ?> + <?= t('Do you really want to close the task "%s" as well as all subtasks?', $task['title']) ?> </p> <div class="form-actions"> |