Skip to content

Commit c163e25

Browse files
committed
fixing translations
1 parent 28337f8 commit c163e25

File tree

1 file changed

+7
-4
lines changed
  • x-pack/plugins/ml/server/models/job_validation

1 file changed

+7
-4
lines changed

x-pack/plugins/ml/server/models/job_validation/messages.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,13 @@ export const getMessages = () => {
443443
},
444444
mml_greater_than_max_mml: {
445445
status: 'ERROR',
446-
text: i18n.translate('xpack.ml.models.jobValidation.messages.mmlGreaterThanMaxMmlMessage', {
447-
defaultMessage:
448-
'The model memory limit is greater than the max model memory limit configured for this cluster.',
449-
}),
446+
text: i18n.translate(
447+
'xpack.ml.models.jobValidation.messages.mmlGreaterThanEffectiveMaxMmlMessage',
448+
{
449+
defaultMessage:
450+
'The model memory limit is greater than the max model memory limit configured for this cluster.',
451+
}
452+
),
450453
},
451454
mml_value_invalid: {
452455
status: 'ERROR',

0 commit comments

Comments
 (0)