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

25 lines
600 B
Smarty
Raw Normal View History

2019-05-09 18:54:39 +12:00
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
שלום {{name}},
<br />
<br />
נא ללחוץ על הקישור שלהלן כדי לאפס את הסיסמה שלך ב־{{project}}.
2019-05-09 18:54:39 +12:00
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
אם לא ביקשת לאפס את סיסמתך, ניתן להתעלם מהודעת דוא״ל זו.
2019-05-09 18:54:39 +12:00
<br />
<br />
בברכה,
2019-05-09 18:54:39 +12:00
<br />
צוות {{project}}
</div>