mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Renamed fields #267
This commit is contained in:
@@ -94,12 +94,14 @@ class Range
|
||||
|
||||
private function datePicker()
|
||||
{
|
||||
|
||||
|
||||
$current = Carbon::now()->formatLocalized('%B %Y');
|
||||
$next = Carbon::now()->endOfMonth()->addDay()->formatLocalized('%B %Y');
|
||||
$prev = Carbon::now()->startOfMonth()->subDay()->formatLocalized('%B %Y');
|
||||
View::share('currentMonthName', $current);
|
||||
View::share('previousMonthName', $prev);
|
||||
View::share('nextMonthName', $next);
|
||||
View::share('currentPeriodName', $current);
|
||||
View::share('previousPeriodName', $prev);
|
||||
View::share('nextPeriodName', $next);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user