diff options
Diffstat (limited to 'templates/board_remove.php')
| -rw-r--r-- | templates/board_remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/board_remove.php b/templates/board_remove.php index c95c8a28..b406eb38 100644 --- a/templates/board_remove.php +++ b/templates/board_remove.php @@ -5,7 +5,7 @@ <div class="confirm"> <p class="alert alert-info"> - <?= t('Do you really want to remove this column: "%s"?', Helper\escape($column['title'])) ?> + <?= t('Do you really want to remove this column: "%s"?', $column['title']) ?> <?= t('This action will REMOVE ALL TASKS associated to this column!') ?> </p> |
