File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugins/index_management/public/application/components/template_form/steps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments