diff --git a/app/views/polls/results.html.erb b/app/views/polls/results.html.erb index 884f341f7..07ca75bc3 100644 --- a/app/views/polls/results.html.erb +++ b/app/views/polls/results.html.erb @@ -24,7 +24,7 @@ <%- question.question_answers.each do |answer| %> > <% if answer.most_voted %> - <%= t ("polls.show.results.most_voted_answer") %> + <%= t("polls.show.results.most_voted_answer") %> <% end %> <%= answer.title %>