From d473f430fab66ec889f09fda85e27c7bed05b8e8 Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Mon, 13 Jul 2020 16:20:11 -0400 Subject: [PATCH] address index templates feedback (#71353) (#71508) --- .../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.', + } + )} + ), }} />