Skip to content

Commit

Permalink
fixing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 7, 2020
1 parent 28337f8 commit c163e25
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions x-pack/plugins/ml/server/models/job_validation/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,13 @@ export const getMessages = () => {
},
mml_greater_than_max_mml: {
status: 'ERROR',
text: i18n.translate('xpack.ml.models.jobValidation.messages.mmlGreaterThanMaxMmlMessage', {
defaultMessage:
'The model memory limit is greater than the max model memory limit configured for this cluster.',
}),
text: i18n.translate(
'xpack.ml.models.jobValidation.messages.mmlGreaterThanEffectiveMaxMmlMessage',
{
defaultMessage:
'The model memory limit is greater than the max model memory limit configured for this cluster.',
}
),
},
mml_value_invalid: {
status: 'ERROR',
Expand Down

0 comments on commit c163e25

Please sign in to comment.