1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locale/templates/he.email.auth.confirm.tpl

24 lines
598 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 />
לחץ\י על הלינק הבא על מנת לאמת את החשבון שלך.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
במידה ולא ביקשת לאמת את כתובת המייל הזאת, את\ה יכול\ה להתעלם ממייל זה.
<br />
<br />
תודה,
<br />
צוות {{project}}
</div>