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.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/follow_request.text.erb b/app/views/notification_mailer/follow_request.text.erb
index a018394b8..66aa97fe3 100644
--- a/app/views/notification_mailer/follow_request.text.erb
+++ b/app/views/notification_mailer/follow_request.text.erb
@@ -1,5 +1,5 @@
 <%= raw t('application_mailer.salutation', name: display_name(@me)) %>
 
-<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>
+<%= raw t('notification_mailer.follow_request.body', name: @account.pretty_acct) %>
 
 <%= raw t('application_mailer.view')%> <%= web_url("follow_requests") %>