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

View File

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