diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index a1de39c839..24215da5a7 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -165,7 +165,7 @@ ${"<%- title %>"} ${"<% if (unread_comments_count > 0) { %>"} - "} new comment${"<%- unread_comments_count > 1 ? 's' : '' %>"}">${"<%- comments_count %>"} comments + "} new comment${"<%- unread_comments_count > 1 ? 's' : '' %>"}">${"<%- comments_count %>"} comments (${"<%- unread_comments_count %>"} unread comments) ${"<% } else { %>"} ${"<%- comments_count %>"}comments ${"<% } %>"}