mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
11 lines
308 B
Twig
11 lines
308 B
Twig
![]() |
{% include 'emails.header-text' %}
|
||
|
{{ trans('email.email_change_body_to_new')|raw }}
|
||
|
|
||
|
{{trans('email.email_change_old', { email: oldEmail })|raw }}
|
||
|
|
||
|
{{trans('email.email_change_new', { email: newEmail })|raw }}
|
||
|
|
||
|
{{ trans('email.email_change_instructions')|raw }}
|
||
|
{{ uri }}
|
||
|
{% include 'emails.footer-text' %}
|