diff --git a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php index db8d87359df4..7f53981b0baf 100755 --- a/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php +++ b/components/ILIAS/Dashboard/Block/classes/class.ilDashboardBlockGUI.php @@ -173,6 +173,7 @@ public function init(): void { $this->lng->loadLanguageModule('dash'); $this->lng->loadLanguageModule('pd'); + $this->lng->loadLanguageModule('rep'); $this->initViewSettings(); $this->view_settings->parse(); $this->requested_item_ref_id = (int) ($this->http->request()->getQueryParams()['item_ref_id'] ?? 0);