diff --git a/app/views/tag/contributors.html.erb b/app/views/tag/contributors.html.erb index 2013bb8124..d2c7144d3f 100644 --- a/app/views/tag/contributors.html.erb +++ b/app/views/tag/contributors.html.erb @@ -58,8 +58,8 @@
-

<%= raw t('tag.contributors.contributors_for', :tag_name => params[:id]) %>

-

<%= t('tag.contributors.contributions_over_past_year') %>

+

<%= raw translation('tag.contributors.contributors_for', :tag_name => params[:id]) %>

+

<%= translation('tag.contributors.contributions_over_past_year') %>

<% end %>