mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
most email notifications translatable
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% include 'emails.header-text' %}
|
||||
Somebody (hopefully you) just created a new Firefly III API Access Token for your user account.
|
||||
{{ trans('email.access_token_created_body_1')}}
|
||||
|
||||
With this token, they can access all of your financial records through the Firefly III API.
|
||||
{{ trans('email.access_token_created_body_2_text')}}
|
||||
|
||||
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') })}}
|
||||
{% include 'emails.footer-text' %}
|
||||
|
Reference in New Issue
Block a user