mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-12 18:26:09 +01:00
Fix wrong label identifier
This commit is contained in:
parent
81e98ec269
commit
e237941e07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue