Update email-templates.md (#5750)

Fixed some wrong paths and file names
This commit is contained in:
Lars
2021-05-18 21:42:14 +02:00
committed by GitHub
parent 8984574948
commit e94626d844

View File

@@ -9,10 +9,10 @@ Custom email templates are stored in the `templates` folder in your extensions f
[`liquid`](https://liquidjs.com) file that can render whatever you want!
```
/extensions/template/<template-name>.liquid
/extensions/templates/<template-name>.liquid
```
To replace a system template with your own, simply name it `password-reset` or `user-invite` for the password reset or
To replace a system template with your own, simply name it `password-reset` or `user-invitation` for the password reset or
user invite emails respectively.
::: tip Variables