catstodon/app/views/notification_mailer/reaction.text.erb
2024-10-06 23:38:15 -05:00

5 lines
191 B
Text

<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
<%= raw t('notification_mailer.reaction.body', name: @account.pretty_acct) %>
<%= render 'status', status: @status %>