diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index a15a52aafe..c139094dde 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -160,9 +160,9 @@
{{ 'account'|_ }} | +{{ 'account'|_ }} | {{ t.account.name }} |
Description | +{{ trans('form.description') }} | {{ t.description }} |
{{ 'category'|_ }} | ++ {{ t.categories[0].name }} + | +|
{{ 'budget'|_ }} | ++ {{ t.budgets[0].name }} + | +