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

@@ -2,7 +2,7 @@
<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<p><?= t('The task #%d have been opened.', $task['id']) ?></p>
<p><?= t('The task #%d has been opened.', $task['id']) ?></p>
<?= $this->render('notification/footer', array('task' => $task)) ?>
</body>