Merge pull request #840 from 5apps/do_not_append_status_to_app_name
Do not append "Status" to the site name
This commit is contained in:
@@ -112,7 +112,7 @@ class HomeController extends AbstractController
|
||||
'canPageBackward' => $canPageBackward,
|
||||
'previousDate' => $startDate->copy()->subDays($daysToShow)->toDateString(),
|
||||
'nextDate' => $startDate->copy()->addDays($daysToShow)->toDateString(),
|
||||
'page_title' => Setting::get('app_name').' Status',
|
||||
'page_title' => Setting::get('app_name'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user