mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.16`: - [Fixing CTA content for web crawler (#196853)](https://github.com/elastic/kibana/pull/196853) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"José Luis González","email":"joseluisgj@gmail.com"},"sourceCommit":{"committedDate":"2024-10-18T13:30:42Z","message":"Fixing CTA content for web crawler (#196853)\n\n## Summary\r\n\r\nSmall bug fix for this web crawler CTA button content:\r\n\r\nThat should say just _Crawl URL_","sha":"9aaffa9d9114eda8ddca90ae8173d5cbd38ffb95","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","backport:prev-minor","backport:prev-major","v8.15.0","v8.16.0","backport:version"],"title":"Fixing CTA content for web crawler","number":196853,"url":"https://github.com/elastic/kibana/pull/196853","mergeCommit":{"message":"Fixing CTA content for web crawler (#196853)\n\n## Summary\r\n\r\nSmall bug fix for this web crawler CTA button content:\r\n\r\nThat should say just _Crawl URL_","sha":"9aaffa9d9114eda8ddca90ae8173d5cbd38ffb95"}},"sourceBranch":"main","suggestedTargetBranches":["8.15","8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196853","number":196853,"mergeCommit":{"message":"Fixing CTA content for web crawler (#196853)\n\n## Summary\r\n\r\nSmall bug fix for this web crawler CTA button content:\r\n\r\nThat should say just _Crawl URL_","sha":"9aaffa9d9114eda8ddca90ae8173d5cbd38ffb95"}},{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: José Luis González <joseluisgj@gmail.com>
This commit is contained in:
parent
79e7c86a09
commit
e300e281c4
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ export const IngestionSelector: React.FC = () => {
|
|||
: i18n.translate(
|
||||
'xpack.enterpriseSearch.ingestSelector.method.crawler.description',
|
||||
{
|
||||
defaultMessage:
|
||||
'Discover, extract, and index searchable content from websites and knowledge bases.',
|
||||
defaultMessage: 'Crawl URL',
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue