diff --git a/files/templates/comments.html b/files/templates/comments.html
index 07af7358d..caa188b0e 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -149,8 +149,8 @@
{% if c.post and c.post.over_18 %}{% endif %}
{% if c.post %}
- {% if c.author_id==v.id and c.child_comments and is_notification_page%}
- Comment {{'Replies' if (c.child_comments | length)>1 else 'Reply'}}: {{c.post.realtitle(v) | safe}}
+ {% if c.author_id==v.id and replies and is_notification_page%}
+ Comment {{'Replies' if (replies | length)>1 else 'Reply'}}: {{c.post.realtitle(v) | safe}}
{% elif c.post.author_id==v.id and c.level == 1 and is_notification_page%}
Post Reply: {{c.post.realtitle(v) | safe}}
{% elif is_notification_page and c.parent_submission in v.subscribed_idlist() %}