Skip to content

Commit

Permalink
update translation name to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Oct 21, 2020
1 parent d1f4ec2 commit 66bcffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export const AdvancedStepForm: FC<CreateAnalyticsStepProps> = ({
<EuiSwitch
disabled={isJobCreated}
name="mlDataFrameAnalyticsUseEstimatedMml"
label={i18n.translate('xpack.ml.dataframe.analytics.create.UseEstimatedMmlLabel', {
label={i18n.translate('xpack.ml.dataframe.analytics.create.useEstimatedMmlLabel', {
defaultMessage: 'Use estimated model memory limit',
})}
checked={useEstimatedMml === true}
Expand Down

0 comments on commit 66bcffa

Please sign in to comment.