Merge pull request #8930 from stevewasiura/patch-2

icon title chgd from Deposit to Transfer
This commit is contained in:
James Cole 2024-05-29 18:00:47 +02:00 committed by GitHub
commit 2ea57cdd38
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' %}