mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 01:53:59 +08:00
Nav: Capitalize "Dashboards" in "Search Dashboards" (#47289)
This commit is contained in:
@ -25,7 +25,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