summaryrefslogtreecommitdiff
path: root/app/Template/task/changes.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task/changes.php')
-rw-r--r--app/Template/task/changes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/changes.php b/app/Template/task/changes.php
index db844857..779bdfa9 100644
--- a/app/Template/task/changes.php
+++ b/app/Template/task/changes.php
@@ -68,7 +68,7 @@
</ul>
<?php if (! empty($changes['description'])): ?>
- <p><?= t('The description have been modified') ?></p>
+ <p><?= t('The description has been modified') ?></p>
<div class="markdown"><?= $this->text->markdown($task['description']) ?></div>
<?php endif ?>
<?php endif ?> \ No newline at end of file