From 783fbe2161bd70e13ad5e62ac6ab9254de3661b5 Mon Sep 17 00:00:00 2001 From: Digiox <40269630+Digiox@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:23:58 +0100 Subject: [PATCH] changed t in translation at line 20 and 24 (#7564) --- app/views/stats/_range.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/stats/_range.html.erb b/app/views/stats/_range.html.erb index fe04754ba6..9d6fa49f82 100644 --- a/app/views/stats/_range.html.erb +++ b/app/views/stats/_range.html.erb @@ -17,11 +17,11 @@ <% end %>
- <%= 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) %>

- <%= 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) %>

<% if logged_in_as(['admin']) %>