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

@@ -17,7 +17,7 @@
<a href="#" class="dropdown-menu dropdown-menu-link-icon"><strong><?= t('Apply action') ?> <i class="fa fa-caret-down"></i></strong></a>
<ul>
<li>
<a href="<?= $this->url->href('TaskBulkMoveColumnController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Move selected tasks to another column') ?></a>
<a href="<?= $this->url->href('TaskBulkMoveColumnController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Move selected tasks to another column or swimlane') ?></a>
</li>
<li>
<a href="<?= $this->url->href('TaskBulkChangePropertyController', 'show', ['project_id' => $project['id']]) ?>" data-list-item-action="modal"><?= t('Edit tasks in bulk') ?></a>