diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index c5b325b28f..06794b2d84 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1647,6 +1647,7 @@ return [ 'transactionsWithoutBudget' => 'Expenses without budget', 'transactions_no_budget' => 'Expenses without budget between :start and :end', 'spent_between' => 'Already spent between :start and :end', + 'spent_between_left' => 'Spent :spent between :start and :end, leaving :left.', 'set_available_amount' => 'Set available amount', 'update_available_amount' => 'Update available amount', 'ab_basic_modal_explain' => 'Use this form to indicate how much you expect to be able to budget (in total, in :currency) in the indicated period.', diff --git a/resources/views/budgets/index.twig b/resources/views/budgets/index.twig index 932252a761..7fa49ed8c3 100644 --- a/resources/views/budgets/index.twig +++ b/resources/views/budgets/index.twig @@ -154,8 +154,13 @@ {# info text to show how much is spent (in currency). #}