about summary refs log tree commit diff
path: root/app/views/user_mailer/reset_password_instructions.pl.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user_mailer/reset_password_instructions.pl.html.erb')
-rw-r--r--app/views/user_mailer/reset_password_instructions.pl.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/user_mailer/reset_password_instructions.pl.html.erb b/app/views/user_mailer/reset_password_instructions.pl.html.erb
new file mode 100644
index 000000000..f4d67c724
--- /dev/null
+++ b/app/views/user_mailer/reset_password_instructions.pl.html.erb
@@ -0,0 +1,8 @@
+<p>Witaj, <%= @resource.email %>!</p>
+
+<p>Ktoś próbował zmienić Twoje hasło na Mastodonie. Możesz zrobić to klikając w poniższy link.</p>
+
+<p><%= link_to 'Zmień moje hasło', edit_password_url(@resource, reset_password_token: @token) %></p>
+
+<p>Jeżeli to nie Ty, zignoruj ten e-mail.</p>
+<p>Twoje hasło nie zostanie zmienione, dopóki nie użyjesz linku z podobnej wiadomości.</p>