Skip to content

Commit

Permalink
No any
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Mar 17, 2022
1 parent aef6dd4 commit 91fe6f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const SearchBar: FC<SearchBarProps> = ({

const emptyMessage = <PopoverPlaceholder darkMode={darkMode} basePath={basePathUrl} />;
const placeholderText = i18n.translate('xpack.globalSearchBar.searchBar.placeholder', {
defaultMessage: 'Find any app or object. Ex: Discover',
defaultMessage: 'Find apps or objects. Ex: Discover',
});
const keyboardShortcutTooltip = `${i18n.translate(
'xpack.globalSearchBar.searchBar.shortcutTooltip.description',
Expand Down

0 comments on commit 91fe6f9

Please sign in to comment.