diff --git a/common/static/coffee/spec/discussion/view/discussion_thread_view_spec.coffee b/common/static/coffee/spec/discussion/view/discussion_thread_view_spec.coffee index 9c42456d86..a3d76aa5a4 100644 --- a/common/static/coffee/spec/discussion/view/discussion_thread_view_spec.coffee +++ b/common/static/coffee/spec/discussion/view/discussion_thread_view_spec.coffee @@ -146,11 +146,7 @@ describe "DiscussionThreadView", -> expect(view.$(".js-response-list .discussion-response").length).toEqual(numNonEndorsed) assertResponseCountAndPaginationCorrect( view, - ngettext( - "#{numNonEndorsed} #{if numEndorsed then "other " else ""}response", - "#{numNonEndorsed} #{if numEndorsed then "other " else ""}responses", - numNonEndorsed - ) + "#{numNonEndorsed} #{if numEndorsed then "other " else ""}#{if numNonEndorsed == 1 then "response" else "responses"}", if numNonEndorsed then "Showing all responses" else null, null )