diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-19 16:22:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-19 16:22:00 -0400 |
commit | 6351cb0e27eea05a2b0a8063b8b0df0abc49896d (patch) | |
tree | 18359aa87b4dfc4ea437d26d6f67a5c7d7f23efe /app/Template/task | |
parent | 84b4139988dfdcb48fc0729429a34c11f46fe08e (diff) |
Improve activity stream layout
Diffstat (limited to 'app/Template/task')
-rw-r--r-- | app/Template/task/changes.php | 2 |
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 |