summaryrefslogtreecommitdiff
path: root/app/Template/task
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-08 22:31:26 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-08 22:31:26 -0500
commit7026e8d622e3f2a08e20c49814fc18a33453932c (patch)
tree06a73e82ed3406d772cbe52c66383be7b69067a3 /app/Template/task
parentf91f3214c12e315afd8984653ea2d9db8408793d (diff)
Fix spelling error
Diffstat (limited to 'app/Template/task')
-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