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 779bdfa9..9d36f09f 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 has been modified') ?></p>
+ <p><strong><?= t('The description has been modified:') ?></strong></p>
<div class="markdown"><?= $this->text->markdown($task['description']) ?></div>
<?php endif ?>
<?php endif ?> \ No newline at end of file