From f86550c5f40561e897ec7d1afaaca78f22d4bfb8 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:22:45 +1100 Subject: [PATCH] [8.15] Fixing CTA content for web crawler (#196853) (#196882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.15`: - [Fixing CTA content for web crawler (#196853)](https://github.com/elastic/kibana/pull/196853) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) --------- Co-authored-by: José Luis González --- .../components/product_selector/ingestion_selector.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/ingestion_selector.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/ingestion_selector.tsx index e8b6924eb15b4..81b4d6b19c5a8 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/ingestion_selector.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/ingestion_selector.tsx @@ -87,10 +87,9 @@ export const IngestionSelector: React.FC = () => { } ) : i18n.translate( - 'xpack.enterpriseSearch.ingestSelector.method.crawler.description', + 'xpack.enterpriseSearch.ingestSelector.method.crawlButtonLabel', { - defaultMessage: - 'Discover, extract, and index searchable content from websites and knowledge bases.', + defaultMessage: 'Crawl URL', } ) }