mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Fix error mail
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
{% if ('' != post %}
|
||||
{% if ('' != post) %}
|
||||
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||||
{{ trans('email.error_post') }}
|
||||
</p>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if ('' != post %}
|
||||
{% if ('' != post) %}
|
||||
{{ trans('email.error_post') }}
|
||||
|
||||
{{ post }}
|
||||
|
Reference in New Issue
Block a user