From 8c7c12c7f36f6b82f7ed73ccc0fcf5b15877ddc6 Mon Sep 17 00:00:00 2001 From: Pulkit Bhargava Date: Thu, 14 Oct 2021 01:13:05 +0530 Subject: [PATCH] Fix: Change Strings to Translation Function Call in _profileCard.html.erb --- app/views/tag/_profileCard.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/_profileCard.html.erb b/app/views/tag/_profileCard.html.erb index ba84a10463..c6a552733d 100644 --- a/app/views/tag/_profileCard.html.erb +++ b/app/views/tag/_profileCard.html.erb @@ -32,7 +32,7 @@
- New post + <%= translation('tag.show.new_post') %> <% if current_user %>
<% if current_user.following(tag.name) %>