1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00
appwrite/app/config/locale/templates/lt.email.auth.confirm.tpl

25 lines
513 B
Smarty
Raw Normal View History

2019-10-05 10:43:59 +13:00
<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>