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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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' %}