mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
14 lines
435 B
Twig
14 lines
435 B
Twig
![]() |
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||
|
{{ trans('email.closing') }}
|
||
|
</p>
|
||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||
|
{{ trans('email.signature') }}
|
||
|
</p>
|
||
|
|
||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
||
|
{{ trans('email.footer_ps', {ipAddress: ipAddress}) }}
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|