Navigation: change Search Dashboards back to sentence case (Search dashboards) (#48272)
* revert search dashboards to sentence case * Saved Items -> Saved items
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ func (hs *HTTPServer) getNavTree(c *models.ReqContext, hasEditPerm bool, prefs *
|
||||
}
|
||||
|
||||
navTree = append(navTree, &dtos.NavLink{
|
||||
Text: "Saved Items",
|
||||
Text: "Saved items",
|
||||
Id: "saved-items",
|
||||
Icon: "bookmark",
|
||||
SortWeight: dtos.WeightSavedItems,
|
||||
|
||||
@@ -30,7 +30,7 @@ const onOpenSearch = () => {
|
||||
const searchItem: NavModelItem = {
|
||||
id: SEARCH_ITEM_ID,
|
||||
onClick: onOpenSearch,
|
||||
text: 'Search Dashboards',
|
||||
text: 'Search dashboards',
|
||||
icon: 'search',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user