summaryrefslogtreecommitdiff
path: root/app/Templates/notification_comment_creation.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/notification_comment_creation.php')
-rw-r--r--app/Templates/notification_comment_creation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/notification_comment_creation.php b/app/Templates/notification_comment_creation.php
index ff286790..79d34f90 100644
--- a/app/Templates/notification_comment_creation.php
+++ b/app/Templates/notification_comment_creation.php
@@ -1,6 +1,6 @@
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
-<h3><?= t('New comment posted by %s', $comment['username']) ?></h3>
+<h3><?= t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?></h3>
<?= Helper\parse($comment['comment']) ?>