From f7545af17a960d147ecfb45ad72cc9880ba0fe71 Mon Sep 17 00:00:00 2001 From: Florian Dupret Date: Tue, 9 Jun 2020 08:37:40 +0200 Subject: [PATCH] Missing translation on budgets index page --- resources/lang/en_US/firefly.php | 1 + resources/views/v1/budgets/index.twig | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index f4b0f8d65d..435d1adb47 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -854,6 +854,7 @@ return [ 'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.', 'auto_budget_reset_icon' => 'This budget will be set periodically', 'auto_budget_rollover_icon' => 'The budget amount will increase periodically', + 'remove_budgeted_amount' => 'Remove budgeted amount in :currency', // bills: 'not_expected_period' => 'Not expected this period', diff --git a/resources/views/v1/budgets/index.twig b/resources/views/v1/budgets/index.twig index 1d723010d3..b35bff25ca 100644 --- a/resources/views/v1/budgets/index.twig +++ b/resources/views/v1/budgets/index.twig @@ -271,8 +271,7 @@