Browse Source

Create pl.html.erb for password changed email (#725)

Polish translation
skibson 8 years ago
parent
commit
34164bc4dc
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/views/mailer/password_change/pl.html.erb

+ 9 - 0
app/views/mailer/password_change/pl.html.erb

@@ -0,0 +1,9 @@
+Twoje hasło #{config.product_name} zostało zmienione
+
+<p>Witaj #{user.firstname},</p>
+<br>
+<p>Hasło dla twego konta #{config.product_name} <b>#{user.login}</b> zostało ostatnio zmienione.</p>
+<br>
+<p>Nie rozpoznajesz tej zmiany? Skontaktuj się z administratorem #{config.product_name}.</p>
+<br>
+<p>Zespół #{config.product_name}</p>