From 724798b3bb7fccd608ea116d8e09b98dfe67d55a Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Fri, 10 Jul 2020 00:29:57 -0400 Subject: [PATCH] address index templates feedback (#71353) --- .../template_form/steps/step_logistics.tsx | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/x-pack/plugins/index_management/public/application/components/template_form/steps/step_logistics.tsx b/x-pack/plugins/index_management/public/application/components/template_form/steps/step_logistics.tsx index 27779411754295..ad98aee5fb5f12 100644 --- a/x-pack/plugins/index_management/public/application/components/template_form/steps/step_logistics.tsx +++ b/x-pack/plugins/index_management/public/application/components/template_form/steps/step_logistics.tsx @@ -62,20 +62,21 @@ function getFieldsMeta(esDocsBase: string) { description: ( -
- - {i18n.translate( - 'xpack.idxMgmt.templateForm.stepLogistics.dataStreamDocumentionLink', - { - defaultMessage: 'Learn more about data streams.', - } - )} - - + + {i18n.translate( + 'xpack.idxMgmt.templateForm.stepLogistics.dataStreamDocumentionLink', + { + defaultMessage: 'Learn more about data streams.', + } + )} + ), }} />