mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-17 02:05:34 +00:00
icon title chgd from Deposit to Transfer
Signed-off-by: Steve Wasiura <steve@waztech.com>
This commit is contained in:
@@ -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' %}
|
||||||
|
Reference in New Issue
Block a user