1
0
Fork 0
mirror of synced 2024-07-15 03:16:14 +12:00
appwrite/app/config/locale/templates/he.email.auth.invitation.tpl

28 lines
732 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}}">
שלום,
<br />
<br />
מייל זה נשלח אליך בגלל ש-<b>{{owner}}</b> רוצה להזמין אותך להפוך לחבר\ת צוות בצוות <b>{{team}}</b> ב-{{project}}.
<br />
<br />
בכדי להצטרף לצוות <b>{{team}}</b>, לחץ על הלינק:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
במידה ואינך מעוניין\ת, אנא התעלם\י ממייל זה.
<br />
<br />
תודה,
<br />
צוות {{project}}
</div>