1
0
Fork 0
mirror of synced 2024-07-08 16:06:02 +12:00
appwrite/app/config/locale/translations/templates/en.email.auth.invitation.tpl
Tatiana Ovchinnikova 49f66f0bf5 Refactor templates for EN locale
Improve the invitation template to make it more readable and less confusing.
Fix the recovery template.
2020-10-12 00:55:55 +02:00

15 lines
295 B
Smarty

<p>
Hello,
</p>
<p>
This mail was sent to you because <b>{{owner}}</b> wanted to invite you to become a member of the <b>{{team}}</b> team at {{project}}.
</p>
{{cta}}
<p>
If you are not interested, you can ignore this message.</p>
<p>
Thanks,
<br />
{{project}} team
</p>