1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
appwrite/app/config/locale/translations/templates/en.email.auth.recovery.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

16 lines
242 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>
Hello {{name}},
</p>
<p>
Follow this link to reset your {{project}} password.
</p>
{{cta}}
<p>
If you didnt ask to reset your password, you can ignore this message.
</p>
<p>
Thanks,
<br />
{{project}} team
</p>