Fix spelling error

This commit is contained in:
Frederic Guillot
2016-03-08 22:31:26 -05:00
parent f91f3214c1
commit 7026e8d622
25 changed files with 25 additions and 25 deletions

View File

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