From 39b1343564794e99e6f7d44c61ff9bf0ff173275 Mon Sep 17 00:00:00 2001 From: Bryce Parkman <36113160+bryceparkman@users.noreply.github.com> Date: Mon, 23 Dec 2019 11:04:08 -0500 Subject: [PATCH] updated t() to translation() (#6750) --- app/views/wiki/_wikis.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/wiki/_wikis.html.erb b/app/views/wiki/_wikis.html.erb index f376c790ec..5fb55edd59 100644 --- a/app/views/wiki/_wikis.html.erb +++ b/app/views/wiki/_wikis.html.erb @@ -7,12 +7,12 @@ - + - - - - + + + + <% wikis.each do |wiki| %>
<%= t('wiki._wikis.title') %> <%= translation('wiki._wikis.title') %> URL <%= t('wiki._wikis.last_edited') %> <%= t('wiki._wikis.edits') %> <%= t('wiki._wikis.page_views') %> <%= t('wiki._wikis.likes') %> <%= translation('wiki._wikis.last_edited') %> <%= translation('wiki._wikis.edits') %> <%= translation('wiki._wikis.page_views') %> <%= translation('wiki._wikis.likes') %>