mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit 1c25d93cd2
)
Co-authored-by: Byron Hulcher <byronhulcher@gmail.com>
This commit is contained in:
parent
eaac8ce5f6
commit
92ea4f2a5d
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue