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.oauth_created_body', {name: client.name, url: client.redirect })|raw }}
{{ trans('email.oauth_created_body', {name: client.name, url: client.redirect })|striptags|raw }}
{{ trans('email.oauth_created_explanation_text')|raw }}
{{ trans('email.oauth_created_explanation')|striptags|raw }}
{{ trans('email.oauth_created_undo', { url:route('profile.index')})|raw }}
{% include 'emails.footer-text' %}