diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 9571d26492..c32b1a5723 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -238,6 +238,7 @@ return [ 'expected_total' => 'expected total', 'reconciliation_account_name' => ':name reconciliation (:currency)', 'saved' => 'Saved', + 'save' => 'Save', 'advanced_options' => 'Advanced options', 'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!', 'here_be_dragons' => 'Hic sunt dracones', diff --git a/resources/views/budgets/index.blade.php b/resources/views/budgets/index.blade.php index 104c62216f..f44f57d681 100644 --- a/resources/views/budgets/index.blade.php +++ b/resources/views/budgets/index.blade.php @@ -371,7 +371,7 @@