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:
Ashley Harrison
2022-05-04 14:24:10 +01:00
committed by GitHub
parent 51c3d9d664
commit 8fcae1ef3c
2 changed files with 2 additions and 2 deletions

View File

@@ -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,