From 8212405f31ec41e51ad2a60093e3b68e08465161 Mon Sep 17 00:00:00 2001 From: Alison Goryachev Date: Thu, 9 Jul 2020 20:45:51 -0400 Subject: [PATCH] address index templates feedback --- .../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 2777941175429..ad98aee5fb5f1 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.', + } + )} + ), }} />