about summary refs log tree commit diff
path: root/app/views/notification_mailer/follow_request.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notification_mailer/follow_request.text.erb')
-rw-r--r--app/views/notification_mailer/follow_request.text.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notification_mailer/follow_request.text.erb b/app/views/notification_mailer/follow_request.text.erb
index c0d38ec67..49087a575 100644
--- a/app/views/notification_mailer/follow_request.text.erb
+++ b/app/views/notification_mailer/follow_request.text.erb
@@ -1,5 +1,5 @@
 <%= display_name(@me) %>,
 
-<%= t('notification_mailer.follow_request.body', name: @account.acct) %>
+<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>
 
-<%= web_url("follow_requests") %>
+<%= raw t('application_mailer.view')%> <%= web_url("follow_requests") %>