about summary refs log tree commit diff
path: root/app/views/notification_mailer/reblog.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notification_mailer/reblog.text.erb')
-rw-r--r--app/views/notification_mailer/reblog.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/reblog.text.erb b/app/views/notification_mailer/reblog.text.erb
index 2077e949e..7af8052ca 100644
--- a/app/views/notification_mailer/reblog.text.erb
+++ b/app/views/notification_mailer/reblog.text.erb
@@ -1,5 +1,5 @@
 <%= display_name(@me) %>,
 
-Your status was reblogged by <%= @account.acct %>:
+<%= t('notification_mailer.reblog.body', name: @account.acct) %>
 
 <%= render partial: 'status' %>