[Enterprise Search] Update sitemaps copy (#150010)

This updates the copy for the Elastic Web Crawler sitemaps feature.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Sander Philipse 2023-02-01 13:26:21 +01:00 committed by GitHub
parent ef00463019
commit 5389639943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,8 @@ export const SitemapsTable: React.FC<SitemapsTableProps> = ({ domain, indexName,
description={
<p>
{i18n.translate('xpack.enterpriseSearch.crawler.sitemapsTable.description', {
defaultMessage: 'Specify sitemap URLs for the crawler on this domain.',
defaultMessage:
'Add custom sitemap URLs for this domain. The crawler automatically detects existing sitemaps.',
})}
</p>
}