Skip to content

Commit

Permalink
[IM] Address data stream copy feedback (#71615)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Jul 14, 2020
1 parent a91209c commit c19cac7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function getFieldsMeta(esDocsBase: string) {
description: (
<FormattedMessage
id="xpack.idxMgmt.templateForm.stepLogistics.dataStreamDescription"
defaultMessage="Create a data stream instead of an index. {docsLink}"
defaultMessage="The template creates data streams instead of indices. {docsLink}"
values={{
docsLink: (
<EuiLink
Expand All @@ -73,7 +73,7 @@ function getFieldsMeta(esDocsBase: string) {
{i18n.translate(
'xpack.idxMgmt.templateForm.stepLogistics.dataStreamDocumentionLink',
{
defaultMessage: 'Learn more about data streams.',
defaultMessage: 'Learn more.',
}
)}
</EuiLink>
Expand Down

0 comments on commit c19cac7

Please sign in to comment.