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