diff options
Diffstat (limited to 'app/Template/column/remove.php')
-rw-r--r-- | app/Template/column/remove.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/column/remove.php b/app/Template/column/remove.php index 4134b175..b4e7942d 100644 --- a/app/Template/column/remove.php +++ b/app/Template/column/remove.php @@ -5,7 +5,6 @@ <div class="confirm"> <p class="alert alert-info"> <?= t('Do you really want to remove this column: "%s"?', $column['title']) ?> - <?= t('This action will REMOVE ALL TASKS associated to this column!') ?> </p> <?= $this->modal->confirmButtons( |