diff --git a/config/intro.php b/config/intro.php index c65b946c40..185afae4a5 100644 --- a/config/intro.php +++ b/config/intro.php @@ -65,7 +65,6 @@ return [ // budgets: index 'budgets_index' => [ 'intro' => [], - 'set_budget' => ['element' => '#availableBar'], 'see_expenses_bar' => ['element' => '#spentBar'], 'navigate_periods' => ['element' => '#periodNavigator'], 'new_budget' => ['element' => '#createBudgetBox'], diff --git a/resources/lang/en_US/intro.php b/resources/lang/en_US/intro.php index b21117dd81..0f0d60abde 100644 --- a/resources/lang/en_US/intro.php +++ b/resources/lang/en_US/intro.php @@ -48,7 +48,6 @@ return [ // budgets index 'budgets_index_intro' => 'Budgets are used to manage your finances and form one of the core functions of Firefly III.', - 'budgets_index_set_budget' => 'Set your total budget for every period so Firefly III can tell you if you have budgeted all available money.', 'budgets_index_see_expenses_bar' => 'Spending money will slowly fill this bar.', 'budgets_index_navigate_periods' => 'Navigate through periods to easily set budgets ahead of time.', 'budgets_index_new_budget' => 'Create new budgets as you see fit.',