diff options
Diffstat (limited to 'app/Templates/event_task_move_column.php')
-rw-r--r-- | app/Templates/event_task_move_column.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Templates/event_task_move_column.php b/app/Templates/event_task_move_column.php new file mode 100644 index 00000000..0ccad655 --- /dev/null +++ b/app/Templates/event_task_move_column.php @@ -0,0 +1,6 @@ +<p class="activity-title"> + <?= t('%s moved the task #%d to the column %s', $author, $task_id, $task_column_name) ?> +</p> +<p class="activity-description"> + <em><?= Helper\escape($task_title) ?></em> +</p>
\ No newline at end of file |