From 2cbe1b2835b1bf7882487ddc11a2f8aff74d9800 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 20 Sep 2019 16:20:13 +0200 Subject: [PATCH] Fix #2623 --- resources/views/v1/budgets/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/v1/budgets/index.twig b/resources/views/v1/budgets/index.twig index 940db4f099..a611161841 100644 --- a/resources/views/v1/budgets/index.twig +++ b/resources/views/v1/budgets/index.twig @@ -162,7 +162,7 @@ {# info text to show how much is spent (in currency). #}
- {{ trans('firefly.spent_between', {start: budget.start_date.formatLocalized(monthAndDayFormat), end: budget.start_date.formatLocalized(monthAndDayFormat)}) }} + {{ trans('firefly.spent_between', {start: budget.start_date.formatLocalized(monthAndDayFormat), end: budget.end_date.formatLocalized(monthAndDayFormat)}) }} : {{ formatAmountBySymbol(budget.spent, budget.transaction_currency.symbol, budget.transaction_currency.decimal_places) }}