Nav: Capitalize "Dashboards" in "Search Dashboards" (#47289)

pull/47301/head
kay delaney 3 years ago committed by GitHub
parent 2018d83e1c
commit 25c91d7bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/core/components/NavBar/Next/NavBarNext.tsx

@ -25,7 +25,7 @@ const onOpenSearch = () => {
const searchItem: NavModelItem = {
id: SEARCH_ITEM_ID,
onClick: onOpenSearch,
text: 'Search dashboards',
text: 'Search Dashboards',
icon: 'search',
};

Loading…
Cancel
Save