diff --git a/app/views/tag/show/_nav_tabs.html.erb b/app/views/tag/show/_nav_tabs.html.erb
index dd0110fea1..71100b2d6e 100644
--- a/app/views/tag/show/_nav_tabs.html.erb
+++ b/app/views/tag/show/_nav_tabs.html.erb
@@ -7,7 +7,7 @@
active<% end %>" href="/tag/<%= params[:id] %>">
- <%= translation('tag.show.research_notes') %>
+ <%= t('tag.show.research_notes') %>
<%= params[:counts][:posts] %>
@@ -17,7 +17,7 @@
active<% end %>" href="/questions/tag/<%= params[:id] %>">
- <%= translation('tag.show.questions') %>
+ <%= t('tag.show.questions') %>
<%= params[:counts][:questions] %>
@@ -26,7 +26,7 @@
active <% end %>" href="/wiki/tag/<%= params[:id] %>">
- <%= translation('tag.show.wiki_pages') %>
+ <%= t('tag.show.wiki_pages') %>
<%= params[:counts][:wiki] %>
@@ -35,7 +35,7 @@
active <% end %>" href="/maps/tag/<%= params[:id] %>">
- <%= translation('tag.show.maps') %>
+ <%= t('tag.show.maps') %>
-->
@@ -44,7 +44,7 @@
active <% end %>" href="/contributors/<%= params[:id] %>">
- <%= raw translation('tag.show.people') %>
+ <%= raw t('tag.show.people') %>
<%=@length %>
@@ -52,30 +52,30 @@
<% else %>
active <% end %>" href="#" rel="tooltip" title="Contributors cannot be listed for wildcard tag searches" >
- <%= raw translation('tag.show.contributors') %>
+ <%= raw t('tag.show.contributors') %>
<% end %>
<% else %>
<% unless params[:id].match("question:") %>
- class="active"<% end %> href="/tag/<%= params[:id] %>/author/<%= params[:author] %>"> <%= raw translation('tag.show.research_notes') %>
+ class="active"<% end %> href="/tag/<%= params[:id] %>/author/<%= params[:author] %>"> <%= raw t('tag.show.research_notes') %>
<% end %>
class="active"<% end %> href="/questions/tag/<%= params[:id] %>/author/<%= params[:author] %>" >
- <%= translation('tag.show.questions') %>
+ <%= t('tag.show.questions') %>
class="active"<% end %> href="/wiki/tag/<%= params[:id] %>/author/<%= params[:author] %>" >
- <%= raw translation('tag.show.wiki_pages') %>
+ <%= raw t('tag.show.wiki_pages') %>
class="active"<% end %> href="#" rel="tooltip" title="Contributors can't be listed for tag searches with Authors" >
- <%= raw translation('tag.show.contributors') %>
+ <%= raw t('tag.show.contributors') %>
<% end %>