Skip to content

Commit

Permalink
refactor: update classic nav to Elasticsearch to match stack
Browse files Browse the repository at this point in the history
  • Loading branch information
TattdCodeMonkey committed Nov 19, 2024
1 parent 7d05b1f commit b6835d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('classicNavigationFactory', function () {
onClick: expect.any(Function),
},
],
name: 'Search',
name: 'Elasticsearch',
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const classicNavigationFactory: ClassicNavigationFactoryFn = (
items,
icon: 'logoEnterpriseSearch',
name: i18n.translate('xpack.searchNavigation.classicNav.name', {
defaultMessage: 'Search',
defaultMessage: 'Elasticsearch',
}),
};
};
Expand Down

0 comments on commit b6835d7

Please sign in to comment.