Fix wrong label identifier

This commit is contained in:
Daniel Siepmann 2020-02-26 22:57:34 +01:00
parent 81e98ec269
commit e237941e07

View file

@ -31,7 +31,7 @@ class PageViewsBar extends AbstractBarChartWidget
{
protected $title = Extension::LANGUAGE_PATH . ':dashboard.widgets.pageViewsBar.title';
protected $description = Extension::LANGUAGE_PATH . ':trackingdashboard.widgets.pageViewsBar.description';
protected $description = Extension::LANGUAGE_PATH . ':dashboard.widgets.pageViewsBar.description';
protected $width = 2;