diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 3747fa15d..2561c9e4d 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -74,7 +74,7 @@ <% if comment.children.size > 0 %> <%= link_to "", class: "js-toggle-children", data: {'id': "#{dom_id(comment)}"} do %> - <%= t("comments.comment.responses", count: comment.children.size) %> + <%= t("comments.comment.responses", count: comment.children.size) %> <% end %> <% else %> <%= t("comments.comment.responses", count: 0) %>