This commit is contained in:
James Cole 2020-05-17 19:17:19 +02:00
parent 0f04b44ca1
commit 8d20029557

View File

@ -104,7 +104,7 @@ TODO: hide and show columns
{% endif %}
{% if transaction.transaction_type_type == 'Transfer' %}
<i class="fa fa-exchange fa-fw" title="{{ trans('firefly.Deposit') }}"></i>
<i class="fa fa-exchange fa-fw" title="{{ trans('firefly.Transfer') }}"></i>
{% endif %}
{% if transaction.transaction_type_type == 'Reconciliation' %}