[8.12] [Enterprise Search] Clean up copy (#173622) (#173643)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[Enterprise Search] Clean up copy
(#173622)](https://github.com/elastic/kibana/pull/173622)

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

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

<!--BACKPORT [{"author":{"name":"Liam
Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-19T14:48:40Z","message":"[Enterprise
Search] Clean up copy (#173622)\n\nSomehow this copy snuck in without
being edited, looks like a copy paste\r\nfrom a former tooltip or
something, with no punctuation.\r\n\r\nThis PR cleans the text
up.\r\n\r\n\r\n## Before\r\n\r\n<img width=\"225\" alt=\"Screenshot
2023-12-19 at 14 05
56\"\r\nsrc=\"bb3cc4cd-ae9a-4f32-a51d-25ed804302b4\">","sha":"64bd042a21c34f95145c6117c87760134637a657","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.12.0","v8.12.1","v8.13.0"],"number":173622,"url":"https://github.com/elastic/kibana/pull/173622","mergeCommit":{"message":"[Enterprise
Search] Clean up copy (#173622)\n\nSomehow this copy snuck in without
being edited, looks like a copy paste\r\nfrom a former tooltip or
something, with no punctuation.\r\n\r\nThis PR cleans the text
up.\r\n\r\n\r\n## Before\r\n\r\n<img width=\"225\" alt=\"Screenshot
2023-12-19 at 14 05
56\"\r\nsrc=\"bb3cc4cd-ae9a-4f32-a51d-25ed804302b4\">","sha":"64bd042a21c34f95145c6117c87760134637a657"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173622","number":173622,"mergeCommit":{"message":"[Enterprise
Search] Clean up copy (#173622)\n\nSomehow this copy snuck in without
being edited, looks like a copy paste\r\nfrom a former tooltip or
something, with no punctuation.\r\n\r\nThis PR cleans the text
up.\r\n\r\n\r\n## Before\r\n\r\n<img width=\"225\" alt=\"Screenshot
2023-12-19 at 14 05
56\"\r\nsrc=\"bb3cc4cd-ae9a-4f32-a51d-25ed804302b4\">","sha":"64bd042a21c34f95145c6117c87760134637a657"}}]}]
BACKPORT-->

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2023-12-19 11:04:45 -05:00 committed by GitHub
parent 80dabde3d9
commit 3e1732087e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ export const SelectConnector: React.FC = () => {
'xpack.enterpriseSearch.selectConnector.p.areAvailableDirectlyWithinLabel',
{
defaultMessage:
'Are available directly within Elastic Cloud deployments No additional infrastructure is required You can also convert them as self hosted Connectors client at any moment',
'Available directly within Elastic Cloud deployments. No additional infrastructure is required. You can also convert native connectors to self-hosted connector clients.',
}
)}
</p>
@ -259,7 +259,7 @@ export const SelectConnector: React.FC = () => {
'xpack.enterpriseSearch.selectConnector.p.deployConnectorsOnYourLabel',
{
defaultMessage:
'Deploy connectors on your own infrastructure You can also customize existing Connector clients or build your own using our connector framework',
'Deploy connectors on your own infrastructure. You can also customize existing connector clients, or build your own using our connector framework.',
}
)}
</p>