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