Statistics is now Page View Statistics (fixes #1885)

This commit is contained in:
Djamil Legato
2020-11-20 16:13:27 -08:00
parent e6c5afb5dd
commit ee67dddd8d
5 changed files with 5 additions and 3 deletions

View File

@@ -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[] = [