From 5cf8f9a7ae60b32af97f7c50860b833052f5787e Mon Sep 17 00:00:00 2001
From: taysa91 <62264852+taysa91@users.noreply.github.com>
Date: Wed, 18 Mar 2020 15:43:23 -0500
Subject: [PATCH] Update blog.html.erb (#7672)
---
app/views/tag/blog.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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" %>