diff --git a/x-pack/plugins/global_search_bar/public/strings.ts b/x-pack/plugins/global_search_bar/public/strings.ts index c50d7f5792d8..0f7c6a72a30d 100644 --- a/x-pack/plugins/global_search_bar/public/strings.ts +++ b/x-pack/plugins/global_search_bar/public/strings.ts @@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n'; export const i18nStrings = { placeholderText: i18n.translate('xpack.globalSearchBar.searchBar.placeholder', { - defaultMessage: 'Find apps, content, and more.', + defaultMessage: 'Just to see that it is the right PR', }), popoverButton: i18n.translate('xpack.globalSearchBar.searchBar.mobileSearchButtonAriaLabel', { defaultMessage: 'Site-wide search',