mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-26 21:43:53 +00:00
9 lines
158 B
Twig
9 lines
158 B
Twig
|
|
{% include 'emails.header-text' %}
|
||
|
|
{{ trans('email.new_ip_body') }}
|
||
|
|
|
||
|
|
{{ ipAddress }}
|
||
|
|
|
||
|
|
{{ trans('email.new_ip_warning') }}
|
||
|
|
|
||
|
|
{% include 'emails.footer-text' %}
|