[8.7] [Enterprise Search] Fix full HTML toggle label (#151149) (#151402)

# Backport

This will backport the following commits from `main` to `8.7`:
- [[Enterprise Search] Fix full HTML toggle label
(#151149)](https://github.com/elastic/kibana/pull/151149)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Nav","email":"13634519+navarone-feekery@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-02-16T08:10:45Z","message":"[Enterprise
Search] Fix full HTML toggle label
(#151149)","sha":"ac7ac3f33e61d51dfcb2e19b27e69c74041192a0","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","auto-backport","Team:EnterpriseSearch","v8.7.0","v8.8.0"],"number":151149,"url":"https://github.com/elastic/kibana/pull/151149","mergeCommit":{"message":"[Enterprise
Search] Fix full HTML toggle label
(#151149)","sha":"ac7ac3f33e61d51dfcb2e19b27e69c74041192a0"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151149","number":151149,"mergeCommit":{"message":"[Enterprise
Search] Fix full HTML toggle label
(#151149)","sha":"ac7ac3f33e61d51dfcb2e19b27e69c74041192a0"}}]}]
BACKPORT-->

Co-authored-by: Nav <13634519+navarone-feekery@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2023-02-16 04:15:57 -05:00 committed by GitHub
parent 84bcbafaa7
commit d6dd08de88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ export const CrawlerConfiguration: React.FC = () => {
label={i18n.translate(
'xpack.enterpriseSearch.content.crawler.crawlerConfiguration.extractHTML.extractionSwitchLabel',
{
defaultMessage: 'Content extraction.',
defaultMessage: 'Store full HTML',
}
)}
disabled={status === Status.LOADING}