diff --git a/app/views/tag/blog.html.erb b/app/views/tag/blog.html.erb
index 422fdc26b8..b3ca25d4e5 100644
--- a/app/views/tag/blog.html.erb
+++ b/app/views/tag/blog.html.erb
@@ -15,7 +15,7 @@
<% if current_user %>
RSS
<% if current_user.following(params[:id]) %>
- <%= t('tag.blog.following') %> <%= params[:id] %>
+ <%= translation('tag.blog.following') %> <%= params[:id] %>
<% else %>
<%= raw t('tag.blog.no_results', :search => params[:id]) %>:
+<%= raw translation('tag.blog.no_results', :search => params[:id]) %>:
<%= render template: "search/new" %>