diff --git a/app/Template/notification/comment_create.php b/app/Template/notification/comment_create.php
index 747c4f438..2f2c0fa6d 100644
--- a/app/Template/notification/comment_create.php
+++ b/app/Template/notification/comment_create.php
@@ -1,6 +1,10 @@
= $this->e($task['title']) ?> (#= $task['id'] ?>)
-= t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?>
+
+ = t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?>
+
+ = t('New comment') ?>
+
= $this->text->markdown($comment['comment']) ?>