1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locales/templates/af.email.auth.recovery.tpl
2019-10-24 22:20:47 +03:00

25 lines
545 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hallo {{name}},
<br />
<br />
Volg hierdie web adres om jou wagwoord te verander vir {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
As jy nie gevra het om you wagwoord te verander nie, kan jy hierdie boodskap ignoreer.
<br />
<br />
Baie dankie,
<br />
{{project}} span
</div>