Skip to content

Commit c19cac7

Browse files
[IM] Address data stream copy feedback (#71615)
1 parent a91209c commit c19cac7

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/index_management/public/application/components/template_form/steps

1 file changed

+2
-2
lines changed

x-pack/plugins/index_management/public/application/components/template_form/steps/step_logistics.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function getFieldsMeta(esDocsBase: string) {
6262
description: (
6363
<FormattedMessage
6464
id="xpack.idxMgmt.templateForm.stepLogistics.dataStreamDescription"
65-
defaultMessage="Create a data stream instead of an index. {docsLink}"
65+
defaultMessage="The template creates data streams instead of indices. {docsLink}"
6666
values={{
6767
docsLink: (
6868
<EuiLink
@@ -73,7 +73,7 @@ function getFieldsMeta(esDocsBase: string) {
7373
{i18n.translate(
7474
'xpack.idxMgmt.templateForm.stepLogistics.dataStreamDocumentionLink',
7575
{
76-
defaultMessage: 'Learn more about data streams.',
76+
defaultMessage: 'Learn more.',
7777
}
7878
)}
7979
</EuiLink>

0 commit comments

Comments
 (0)