mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
8 lines
253 B
Twig
8 lines
253 B
Twig
{% include 'emails.header-text' %}
|
|
{{ trans('email.access_token_created_body_1')}}
|
|
|
|
{{ trans('email.access_token_created_body_2_text')}}
|
|
|
|
{{ trans('email.access_token_created_body_3', {url: route('profile.index') })}}
|
|
{% include 'emails.footer-text' %}
|