mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-28 17:28:55 +02:00
Statistics is now Page View Statistics (fixes #1885)
This commit is contained in:
@@ -432,7 +432,7 @@ class AdminPlugin extends Plugin
|
||||
'template' => 'dashboard-maintenance',
|
||||
];
|
||||
$this->grav['twig']->plugins_hooked_dashboard_widgets_top[] = [
|
||||
'name' => $lang->translate('PLUGIN_ADMIN.STATISTICS'),
|
||||
'name' => $lang->translate('PLUGIN_ADMIN.VIEWS_STATISTICS'),
|
||||
'template' => 'dashboard-statistics',
|
||||
];
|
||||
$this->grav['twig']->plugins_hooked_dashboard_widgets_top[] = [
|
||||
|
||||
Reference in New Issue
Block a user