Skip to content

Commit

Permalink
Update copy to be more direct
Browse files Browse the repository at this point in the history
"Start more jobs" is unnecessarily ambiguous, since the end goal is to
have all relevant jobs enabled.
  • Loading branch information
rylnd committed Jun 27, 2024
1 parent 3168eac commit 307e964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export const MACHINE_LEARNING_SUPPRESSION_INCOMPLETE_LABEL = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.machineLearningSuppressionIncompleteLabel',
{
defaultMessage:
'This list of fields might be incomplete as some Machine Learning jobs are not running. Start more jobs to add more fields.',
'This list of fields might be incomplete as some Machine Learning jobs are not running. Start all relevant jobs for a complete list.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe(
cy.get(ALERT_SUPPRESSION_FIELDS_INPUT).should('be.enabled');
cy.get(ALERT_SUPPRESSION_FIELDS).should(
'contain.text',
'This list of fields might be incomplete as some Machine Learning jobs are not running. Start more jobs to add more fields.'
'This list of fields might be incomplete as some Machine Learning jobs are not running. Start all relevant jobs for a complete list.'
);
});
});
Expand Down

0 comments on commit 307e964

Please sign in to comment.