Email translations cleanup

This commit is contained in:
Florian Dupret
2020-05-27 09:34:52 +02:00
parent 1771b3964e
commit 6c6bb2cd1e
15 changed files with 62 additions and 66 deletions

View File

@@ -1,7 +1,7 @@
{% include 'emails.header-text' %}
{{ trans('email.access_token_created_body')|raw }}
{{ trans('email.access_token_created_body')|raw }}
{{ trans('email.access_token_created_explanation_text')|raw }}
{{ trans('email.access_token_created_explanation')|striptags|raw }}
{{ trans('email.access_token_created_revoke', {url: route('profile.index') })|raw }}
{% include 'emails.footer-text' %}