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

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