mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Refactor templates for EN locale
Improve the invitation template to make it more readable and less confusing. Fix the recovery template.
This commit is contained in:
parent
576e8b76c8
commit
49f66f0bf5
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Hello,
|
||||
</p>
|
||||
<p>
|
||||
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}}.
|
||||
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>
|
||||
|
|
@ -11,4 +11,4 @@
|
|||
Thanks,
|
||||
<br />
|
||||
{{project}} team
|
||||
</p>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
</p>
|
||||
{{cta}}
|
||||
<p>
|
||||
If you didn’t ask to verify this address, you can ignore this message.
|
||||
If you didn’t ask to reset your password, you can ignore this message.
|
||||
</p>
|
||||
<p>
|
||||
Thanks,
|
||||
<br />
|
||||
{{project}} team
|
||||
</p>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue