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

25 lines
513 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Sveiki, {{name}},
<br />
<br />
Paspauskite nuorodą, kad patvirtinti savo el. paštą.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Jei neprašėte el. pašto patvirtinimo, ignoruokite šį laišką
<br />
<br />
Ačiū,
<br />
komanda {{project}}
</div>