Skip to content

Commit

Permalink
Removes capitalization from machine learning in title.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Oct 5, 2020
1 parent 20f9b05 commit 16b645c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const JobSetupScreen = (props: Props) => {
<EuiTitle size="m">
<h2>
<FormattedMessage
defaultMessage="Enable Machine Learning for {nodeType}"
defaultMessage="Enable machine learning for {nodeType}"
id="xpack.infra.ml.aomalyFlyout.jobSetup.flyoutHeader"
values={{ nodeType: props.jobType }}
/>
Expand Down

0 comments on commit 16b645c

Please sign in to comment.