diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig index f6aed656d2..df04a965e5 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -24,10 +24,10 @@ TODO: hide and show columns {{ trans('list.source_account') }} {{ trans('list.destination_account') }} {% if showCategory %} - {{ trans('list.category') }} + {{ trans('list.category') }} {% endif %} {% if showBudget %} - {{ trans('list.budget') }} + {{ trans('list.budget') }} {% endif %}     @@ -161,7 +161,7 @@ TODO: hide and show columns title="{{ transaction.destination_account_iban|default(transaction.destination_account_name) }}">{{ transaction.destination_account_name }} {% if showCategory %} - + {% if transaction.category_id %} {{ transaction.category_name }} @@ -169,7 +169,7 @@ TODO: hide and show columns {% endif %} {% if showBudget %} - + {% if transaction.budget_id %} {{ transaction.budget_name }}