1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-08 15:53:16 +00:00
mastodon/app/views/notification_mailer/follow_request.text.erb

6 lines
223 B
Plaintext

<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
<%= raw t('notification_mailer.follow_request.body', name: @account.acct) %>
<%= raw t('application_mailer.view')%> <%= web_url("follow_requests") %>