Improve wording of bulk action modal to move tasks position

Fixes #5026
This commit is contained in:
Frédéric Guillot
2023-03-30 20:00:27 -07:00
committed by Frédéric Guillot
parent 6ca955de1f
commit 887c1a959c
38 changed files with 38 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
<div class="page-header">
<h2><?= t('Move selected tasks to another column') ?></h2>
<h2><?= t('Move selected tasks to another column or swimlane') ?></h2>
</div>
<form action="<?= $this->url->href('TaskBulkMoveColumnController', 'save', ['project_id' => $project['id']]) ?>" method="post">