[Enterprise Search] Copyedit Elasticsearch, Search Applications (#155604)

Minor copy clean up for clarity and concision
This commit is contained in:
Liam Thompson 2023-04-24 14:18:52 +02:00 committed by GitHub
parent fe75fbd55d
commit 755ddfe9cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ export const ElasticsearchGuide: React.FC = () => {
'xpack.enterpriseSearch.overview.elasticsearchGuide.elasticsearchDescription',
{
defaultMessage:
'Whether you are building a search-powered application, or designing a large-scale search implementation, Elasticsearch provides the low-level tools to create the most relevant and performant search experience.',
"Elasticsearch provides the low-level tools you need to build fast, relevant search for your website or application. Because it's powerful and flexible, Elasticsearch can handle search use cases of all shapes and sizes.",
}
)}
</p>
@ -103,7 +103,7 @@ export const ElasticsearchGuide: React.FC = () => {
'xpack.enterpriseSearch.overview.elasticsearchGuide.connectToElasticsearchDescription',
{
defaultMessage:
"Elastic builds and maintains clients in several popular languages and our community has contributed many more. They're easy to work with, feel natural to use, and, just like Elasticsearch, don't limit what you might want to do with them.",
'Elastic builds and maintains clients in several popular languages and our community has contributed many more.',
}
)}
</p>

View file

@ -166,7 +166,7 @@ export const EnginesList: React.FC<ListProps> = ({ createEngineFlyoutOpen }) =>
description: (
<FormattedMessage
id="xpack.enterpriseSearch.content.searchApplications.description"
defaultMessage="Search Applications allow you to query indexed data with a complete set of relevance, analytics and personalization tools. To learn more about how Search applications work in Enterprise search {documentationUrl}"
defaultMessage="Search Applications help make your Elasticsearch data searchable for end users, with out-of-the-box relevance, analytics and personalization tools. To learn more, {documentationUrl}."
values={{
documentationUrl: (
<EuiLink