mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-07 07:28:16 +00:00
06636c6eca
* Create email_changed.oc.html.erb * Create email_changed.oc.text.erb * Update email_changed.oc.html.erb * Update email_changed.oc.html.erb * Create reconfirmation_instructions.oc.html.erb * Create reconfirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.text.erb * Update reconfirmation_instructions.oc.html.erb
16 lines
663 B
Plaintext
16 lines
663 B
Plaintext
<p>Bonjorn <%= @resource.unconfirmed_email %> !</p>
|
||
|
||
<p>Avètz demandat a cambiar vòstra adreça de corrièl qu’utilizatz per <%= @instance %>.</p>
|
||
|
||
<p>Per confirmar vòstra novèla adreça, mercés de clicar lo ligam seguent :<br>
|
||
<%= link_to 'Confirmar mon adreça', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||
|
||
<p>Se lo ligam al dessús fonciona pas, copiatz e pegatz aquesta URL a la barra d’adreça :<br>
|
||
<span><%= confirmation_url(@resource, confirmation_token: @token) %></span>
|
||
|
||
<p>Mercés de gaitar tanben nòstres <%= link_to 'terms and conditions', terms_url %>.</p>
|
||
|
||
<p>Amistosament,<p>
|
||
|
||
<p>La còla <%= @instance %></p>
|