Fix grammatical errors

Fixes #4420
This commit is contained in:
Frédéric Guillot
2020-02-29 16:05:32 -08:00
parent e79cf77058
commit c12bbb1613
48 changed files with 596 additions and 596 deletions

View File

@@ -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>