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

24 lines
536 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 zweryfikować swój adres e-mail.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Jeśli nie prosiłeś o weryfikację tego adresu, możesz zignorować tę wiadomość.
<br />
<br />
Dziękujemy,
<br />
zespół {{project}}
</div>