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

25 lines
528 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 pakeisti slaptožodį projektui {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Jei neprašėte atkurti slaptažodžio, ignoruokite šį laišką.
<br />
<br />
Ačiū,
<br />
komanda {{project}}
</div>