1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00
appwrite/app/config/locale/templates/en.email.auth.invitation.tpl
Callum Lowry 16075307c2
Correct Grammar in EN Email Template
Corrected grammar and flow of sentence in EN Email Template.
2019-09-30 15:27:52 +01:00

28 lines
654 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Hello,
<br />
<br />
This mail was sent to you because <b>{{owner}}</b> wanted to invite you to become a team member at the <b>{{team}}</b> team over at {{project}}.
<br />
<br />
Follow this link to join the <b>{{team}}</b> team:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
If you are not interested, you can ignore this message.
<br />
<br />
Thanks,
<br />
{{project}} team
</div>