diff --git a/app/config/firefly.php b/app/config/firefly.php index eaf752ba7f..e259b2c0fa 100644 --- a/app/config/firefly.php +++ b/app/config/firefly.php @@ -1,14 +1,13 @@ ['1D', '1W', '1M', '3M', '6M', '1Y', 'custom'], 'budget_periods' => ['daily', 'weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], 'piggybank_periods' => [ - 'week' => 'Week', - 'month' => 'Month', + 'week' => 'Week', + 'month' => 'Month', 'quarter' => 'Quarter', - 'year' => 'Year' + 'year' => 'Year' ], 'periods_to_text' => [ 'weekly' => 'A week', @@ -18,6 +17,11 @@ return [ 'yearly' => 'A year', ], + 'accountRoles' => [ + 'default' => 'Default expense account', + 'sharedExpense' => 'Shared expense account' + ], + 'range_to_text' => [ '1D' => 'day', '1W' => 'week',