mastodon/app/views/user_mailer/reset_password_instructions...

9 lines
681 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Здраво <%= @resource.email %>!</p>
<p>Неко је затражио линк за промену лозинке на инстанци <%= @instance %>. Ово можете урадити кликом на линк испод.</p>
<p><%= link_to 'Промени моју лозинку', edit_password_url(@resource, reset_password_token: @token) %></p>
<p>Игноришите ову поруку, ако нисте Ви били ти који сте затражили промену лозинке.</p>
<p>Лозинка се неће променити све док не кликнете линк изнад и не направите нову лозинку.</p>