From 3d2ae85fede9b590e68a14d742971cdf53932c87 Mon Sep 17 00:00:00 2001 From: Byron Hulcher Date: Fri, 11 Feb 2022 22:26:53 -0500 Subject: [PATCH] Fix i18n labels --- .../crawl_custom_settings_flyout_domains_panel.tsx | 2 +- .../crawl_custom_settings_flyout_seed_urls_panel.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_domains_panel.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_domains_panel.tsx index 7fdaed301d467..705e75fe36e7d 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_domains_panel.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_domains_panel.tsx @@ -64,7 +64,7 @@ export const CrawlCustomSettingsFlyoutDomainsPanel: React.FC = () => { {i18n.translate( - 'xpack.enterpriseSearch.appSearch.crawler.cralCustomSettingsFlyout.selectedDescriptor', + 'xpack.enterpriseSearch.appSearch.crawler.crawlCustomSettingsFlyout.selectedDescriptor', { defaultMessage: 'selected', } diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_seed_urls_panel.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_seed_urls_panel.tsx index e2f24678b4818..827bfb01d19f9 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_seed_urls_panel.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/crawl_custom_settings_flyout_seed_urls_panel.tsx @@ -88,7 +88,7 @@ export const CrawlCustomSettingsFlyoutSeedUrlsPanel: React.FC = () => { {i18n.translate( - 'xpack.enterpriseSearch.appSearch.crawler.cralCustomSettingsFlyout.selectedDescriptor', + 'xpack.enterpriseSearch.appSearch.crawler.crawlCustomSettingsFlyout.selectedDescriptor', { defaultMessage: 'selected', }