mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
icon title chgd from Deposit to Transfer
Signed-off-by: Steve Wasiura <steve@waztech.com>
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if journal.transaction_type_type == 'Transfer' %}
|
{% if journal.transaction_type_type == 'Transfer' %}
|
||||||
<span class="fa fa-exchange fa-fw" title="{{ trans('firefly.Deposit') }}"></span>
|
<span class="fa fa-exchange fa-fw" title="{{ trans('firefly.Transfer') }}"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if journal.transaction_type_type == 'Reconciliation' %}
|
{% if journal.transaction_type_type == 'Reconciliation' %}
|
||||||
|
Reference in New Issue
Block a user