diff --git a/common/static/common/templates/discussion/thread-response.underscore b/common/static/common/templates/discussion/thread-response.underscore index 8032f473da..846819665d 100644 --- a/common/static/common/templates/discussion/thread-response.underscore +++ b/common/static/common/templates/discussion/thread-response.underscore @@ -1,11 +1,7 @@
<% - var fmts = ngettext( - "Show Comment (%(num_comments)s)", - "Show Comments (%(num_comments)s)", - comments.length - ); + var fmts = ngettext("Show Comment (%(num_comments)s)", "Show Comments (%(num_comments)s)", comments.length); print(interpolate(fmts, {num_comments: comments.length}, true)); %>