Skip to content

Commit

Permalink
Update small label tag to h6
Browse files Browse the repository at this point in the history
  • Loading branch information
demjened committed Dec 8, 2023
1 parent 649380d commit b18b521
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ export const ConfigurePipeline: React.FC = () => {
)}
<EuiSpacer size="s" />
<EuiTitle size="xxxs">
<h5>
<h6>
{i18n.translate(
'xpack.enterpriseSearch.content.indices.pipelines.addInferencePipelineModal.steps.configure.titleSelectTrainedModel',
{ defaultMessage: 'Select a trained ML Model' }
)}
</h5>
</h6>
</EuiTitle>
{formErrors.modelStatus !== undefined && (
<>
Expand Down

0 comments on commit b18b521

Please sign in to comment.