Remove unused translation.

This commit is contained in:
James Cole 2024-02-07 06:02:43 +01:00
parent fa3343f437
commit ba8d65835a
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 0 additions and 2 deletions

View File

@ -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'],

View File

@ -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.',