Merge pull request #8929 from stevewasiura/patch-1

icon title chgd from Deposit to Transfer
This commit is contained in:
James Cole 2024-05-29 17:59:49 +02:00 committed by GitHub
commit bb94bdfdaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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