Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit c2c7fe0

Browse files
committed
Align panels name
1 parent 462fa69 commit c2c7fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/RestApi/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function getDashboard(){
120120

121121

122122
$menu = array();
123-
$menu['name'] = 'Custom Panels';
123+
$menu['name'] = 'Panels';
124124
$menu['href'] = '#';
125125
$menu['class'] = 'fa fa-dashboard';
126126
$menu['rowclass'] = 'fa fa-angle-left pull-right';

0 commit comments

Comments
 (0)