From b18b521b1d3bbcb8db6399922e156798739e8090 Mon Sep 17 00:00:00 2001 From: Adam Demjen Date: Fri, 8 Dec 2023 16:22:24 -0500 Subject: [PATCH] Update small label tag to h6 --- .../pipelines/ml_inference/configure_pipeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx index 5305a98f7e157..52d4f38b45408 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/search_index/pipelines/ml_inference/configure_pipeline.tsx @@ -133,12 +133,12 @@ export const ConfigurePipeline: React.FC = () => { )} -
+
{i18n.translate( 'xpack.enterpriseSearch.content.indices.pipelines.addInferencePipelineModal.steps.configure.titleSelectTrainedModel', { defaultMessage: 'Select a trained ML Model' } )} -
+
{formErrors.modelStatus !== undefined && ( <>