icon title chgd from Deposit to Transfer

Signed-off-by: Steve Wasiura <steve@waztech.com>
This commit is contained in:
Steve Wasiura
2024-05-29 09:20:39 -04:00
committed by GitHub
parent 0b200309ba
commit 4de8398cc2

View File

@@ -47,7 +47,7 @@
{% endif %}
{% 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 %}
{% if transaction.transaction_type_type == 'Reconciliation' %}