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:15:53 -04:00
committed by GitHub
parent 0b200309ba
commit e6e8cd5d8a

View File

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