1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/ar.email.auth.recovery.tpl
2019-10-05 23:21:32 +02:00

25 lines
614 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
مرحبا {{name}}،
<br />
<br />
اتبع هذا الرابط لإعادة تعيين كلمة مرور {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
إذا لم تطلب إعادة تعيين كلمة المرور الخاصة بك، فيمكنك تجاهل هذه الرسالة.
<br />
<br />
شكرا،
<br />
فريق {{project}}
</div>