mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Enterprise Search] Copyedit Elasticsearch, Search Applications (#155604)
Minor copy clean up for clarity and concision
This commit is contained in:
parent
fe75fbd55d
commit
755ddfe9cd
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue