diff --git a/bootstrap/app.php b/bootstrap/app.php index 88ef952626..b026728e73 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -25,7 +25,6 @@ declare(strict_types = 1); bcscale(12); - $app = new Illuminate\Foundation\Application( realpath(__DIR__.'/../') ); diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 8e9ed4d568..84cd608220 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -256,6 +256,8 @@ return [ 'rule_trigger_description_ends_choice' => 'Description ends with..', 'rule_trigger_description_contains_choice' => 'Description contains..', 'rule_trigger_description_is_choice' => 'Description is..', + 'rule_trigger_category_is_choice' => 'Category is..', + 'rule_trigger_budget_is_choice' => 'Budget is..', 'rule_trigger_store_journal' => 'When a transaction is created', 'rule_trigger_update_journal' => 'When a transaction is updated', 'rule_action_set_category' => 'Set category to ":action_value"', diff --git a/resources/views/partials/control-bar.twig b/resources/views/partials/control-bar.twig index de0eaeed02..813549c0aa 100644 --- a/resources/views/partials/control-bar.twig +++ b/resources/views/partials/control-bar.twig @@ -63,7 +63,7 @@
  • - +
  • - +
  • - +