mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
icon title chgd from Deposit to Transfer
Signed-off-by: Steve Wasiura <steve@waztech.com>
This commit is contained in:
parent
0b200309ba
commit
4de8398cc2
@ -47,7 +47,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if transaction.transaction_type_type == 'Transfer' %}
|
{% if transaction.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 transaction.transaction_type_type == 'Reconciliation' %}
|
{% if transaction.transaction_type_type == 'Reconciliation' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user