From 1c8e30df69de1cd35bd37442a789c0214dd494c6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 30 Jul 2026 19:42:13 +0200 Subject: [PATCH] Consistent menu's all around. --- resources/lang/en_US/firefly.php | 1 + resources/views/budgets/index.blade.php | 2 +- .../views/components/lists/accounts.blade.php | 2 +- .../components/lists/categories.blade.php | 21 +++++---- .../components/lists/piggy-banks.blade.php | 4 +- resources/views/currencies/index.blade.php | 45 +++++++++---------- .../views/exchange-rates/index.blade.php | 9 ---- .../views/exchange-rates/rates.blade.php | 19 ++++---- resources/views/object-groups/index.blade.php | 19 ++++---- resources/views/recurring/index.blade.php | 21 +++++---- resources/views/rules/index.blade.php | 41 ++++++++--------- resources/views/webhooks/index.blade.php | 2 +- 12 files changed, 87 insertions(+), 99 deletions(-) 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 @@