most email notifications translatable

This commit is contained in:
Florian Dupret
2020-05-25 19:24:21 +02:00
parent b54bb20617
commit 37b35661be
29 changed files with 179 additions and 92 deletions

View File

@@ -1,13 +1,13 @@
{% include 'emails.header-html' %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.
{{ trans('email.access_token_created_body_1')}}
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
With this token, they can access <strong>all</strong> of your financial records through the Firefly III API.
{{ trans('email.access_token_created_body_2_html')|raw }}
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If this wasn't you, please revoke this token as soon as possible at {{ route('profile.index') }}.
{{ trans('email.access_token_created_body_3', {url: route('profile.index') })}}
</p>
{% include 'emails.footer-html' %}