Skip to content

Commit

Permalink
[Enterprise Search] Update copy for landing page (#141979)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c25d93)
  • Loading branch information
byronhulcher committed Oct 4, 2022
1 parent 178230a commit 86cfda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const ProductSelector: React.FC<ProductSelectorProps> = ({
<>
<AddContentEmptyPrompt
title={i18n.translate('xpack.enterpriseSearch.overview.emptyPromptTitle', {
defaultMessage: 'A new start for search',
defaultMessage: 'Add data and start searching',
})}
buttonLabel={i18n.translate('xpack.enterpriseSearch.overview.emptyPromptButtonLabel', {
defaultMessage: 'Create an Elasticsearch index',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const AddContentEmptyPrompt: React.FC<EmptyPromptProps> = ({ title, butto
<p>
{i18n.translate('xpack.enterpriseSearch.emptyState.description', {
defaultMessage:
'An Elasticsearch index is where your content gets stored. Get started by creating an Elasticsearch index and selecting an ingestion method. Options include the Elastic web crawler, third party data integrations, or using Elasticsearch API endpoints.',
'Your content is stored in an Elasticsearch index. Get started by creating an Elasticsearch index and selecting an ingestion method. Options include the Elastic web crawler, third party data integrations, or using Elasticsearch API endpoints.',
})}
</p>
<p>
Expand Down

0 comments on commit 86cfda9

Please sign in to comment.