mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
01421999ae
* Make text e-mails consistent with HTML ones in UserMailer * Fix UserMailer specs
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
<%= t 'devise.mailer.reconfirmation_instructions.title' %>
|
|
|
|
===
|
|
|
|
<%= t 'devise.mailer.reconfirmation_instructions.explanation' %>
|
|
|
|
=> <%= confirmation_url(@resource, confirmation_token: @token) %>
|
|
|
|
<%= t 'devise.mailer.reconfirmation_instructions.extra' %>
|