mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
13 lines
459 B
Twig
13 lines
459 B
Twig
{% include 'emails.header-text' %}
|
|
You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen,
|
|
you must follow the "undo"-link below to protect your account!
|
|
|
|
If you initiated this change, you may safely ignore this message.
|
|
|
|
The old email addres was: {{ oldEmail }}
|
|
|
|
The new email address is: {{ newEmail }}
|
|
|
|
To undo the change, follow this link: {{ uri }}
|
|
{% include 'emails.footer-text' %}
|