Create pl.html.erb for password changed email (#725)
Polish translation
This commit is contained in:
parent
d3f2f10ca6
commit
34164bc4dc
1 changed files with 9 additions and 0 deletions
9
app/views/mailer/password_change/pl.html.erb
Normal file
9
app/views/mailer/password_change/pl.html.erb
Normal file
|
@ -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>
|
Loading…
Reference in a new issue