From 8dec7c5f416c242ca7842447516b06cddf684b9d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 13 Jun 2024 17:22:39 -0600 Subject: [PATCH] Remove the dashboard description. --- core/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dashboard/index.php b/core/dashboard/index.php index f34ec18318..33ac00c446 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -195,7 +195,7 @@ echo button::create(['type'=>'button','label'=>$text['button-settings'],'icon'=>$_SESSION['theme']['button_icon_add'],'id'=>'btn_add','name'=>'btn_add','link'=>'dashboard.php']); } echo " \n"; - echo "
".$text['description-dashboard']."
\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n";