@@ -5,9 +5,9 @@
|
||||
<ul>
|
||||
<li>
|
||||
<?php if ($task['swimlane_id'] == 0): ?>
|
||||
<?= t('The task have been moved to the first swimlane') ?>
|
||||
<?= t('The task has been moved to the first swimlane') ?>
|
||||
<?php else: ?>
|
||||
<?= t('The task have been moved to another swimlane:') ?>
|
||||
<?= t('The task has been moved to another swimlane:') ?>
|
||||
<strong><?= $this->text->e($task['swimlane_name']) ?></strong>
|
||||
<?php endif ?>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user