1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/pl.email.auth.recovery.tpl

25 lines
533 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Witaj {{name}},
<br />
<br />
Kliknij ten link, aby zresetować hasło do {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Jeśli nie prosiłeś o zresetowanie hasła, możesz zignorować tę wiadomość.
<br />
<br />
Dziękujemy,
<br />
zaspół {{project}}
</div>