Skip to content

Commit

Permalink
Changed t to translation (#7677)
Browse files Browse the repository at this point in the history
Changed t to translation on lines 61 and 62.
  • Loading branch information
TroydonAnabolic authored and icarito committed Mar 31, 2020
1 parent 5d4f631 commit 92c3cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tag/contributors.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@

<br />

<h3 style="margin-top:0;"><%= raw t('tag.contributors.contributors_for', :tag_name => params[:id]) %></h3>
<p><%= t('tag.contributors.contributions_over_past_year') %></p>
<h3 style="margin-top:0;"><%= raw translation('tag.contributors.contributors_for', :tag_name => params[:id]) %></h3>
<p><%= translation('tag.contributors.contributions_over_past_year') %></p>

<% end %>

Expand Down

0 comments on commit 92c3cd6

Please sign in to comment.