From cf021483dfc9fc399db0184e179e70e981358243 Mon Sep 17 00:00:00 2001 From: ek-so Date: Mon, 30 Sep 2024 18:15:24 +0200 Subject: [PATCH] Test phrase --- x-pack/plugins/global_search_bar/public/strings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/global_search_bar/public/strings.ts b/x-pack/plugins/global_search_bar/public/strings.ts index c50d7f5792d88..6ef70eebc3120 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: 'Test if that is the right PR', }), popoverButton: i18n.translate('xpack.globalSearchBar.searchBar.mobileSearchButtonAriaLabel', { defaultMessage: 'Site-wide search',