From bb0f34a05a851446af697019a97ad80623c31cea Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 13 Nov 2024 12:51:08 +0100 Subject: [PATCH] fix title of page --- views/bootstrap/class.Dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Dashboard.php b/views/bootstrap/class.Dashboard.php index c03c022b1..3cfcd4c78 100644 --- a/views/bootstrap/class.Dashboard.php +++ b/views/bootstrap/class.Dashboard.php @@ -156,7 +156,7 @@ class SeedDMS_View_Dashboard extends SeedDMS_Theme_Style { $timeout = $this->params['timeout']; $xsendfile = $this->params['xsendfile']; - $this->htmlStartPage(getMLText("calendar")); + $this->htmlStartPage(getMLText("dashboard")); $this->globalNavigation(); $this->contentStart();