Skip to content

Commit

Permalink
changed t in translation at line 20 and 24 (#7564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Digiox authored Mar 3, 2020
1 parent 940fcc1 commit 783fbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/stats/_range.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<% end %>
<hr />
<h5>
<%= raw t('notes.stats.notes_wikis_comments', :notes_count => @notes, :wikis_count => @wikis, :comments_count => @comments) %>
<%= raw translation('notes.stats.notes_wikis_comments', :notes_count => @notes, :wikis_count => @wikis, :comments_count => @comments) %>
</h5>
<hr>
<h5>
<%= raw t('notes.stats.members_and_contributors', :member_count => @people, :people_count => @contributors) %>
<%= raw translation('notes.stats.members_and_contributors', :member_count => @people, :people_count => @contributors) %>
</h5>
<hr>
<% if logged_in_as(['admin']) %>
Expand Down

0 comments on commit 783fbe2

Please sign in to comment.