Make salutation of email localizable (#4454)

This commit is contained in:
unarist
2017-07-31 07:18:44 +09:00
committed by Eugen Rochko
parent e44f03bc71
commit 155ba8fd3a
8 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<%= display_name(@me) %>,
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>