Skip to content

Commit

Permalink
[ML] Rare anomaly detection job wizard card text (#105635) (#105771)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jul 15, 2021
1 parent 1885b53 commit b201d10
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const RareCard: FC<CardProps> = ({ onClick, isSelected }) => (
<>
<FormattedMessage
id="xpack.ml.newJob.wizard.pickFieldsStep.rareDetectorSelect.rareCard.description"
defaultMessage="Look for distinct rare values in data over time."
defaultMessage="Find rare values over time."
/>
</>
}
Expand All @@ -52,7 +52,7 @@ export const RareInPopulationCard: FC<CardProps> = ({ onClick, isSelected }) =>
<>
<FormattedMessage
id="xpack.ml.newJob.wizard.pickFieldsStep.rareDetectorSelect.rarePopulationCard.description"
defaultMessage="Look for rare values in a population."
defaultMessage="Find members of a population that have rare values over time."
/>
</>
}
Expand All @@ -75,7 +75,7 @@ export const FrequentlyRareInPopulationCard: FC<CardProps> = ({ onClick, isSelec
<>
<FormattedMessage
id="xpack.ml.newJob.wizard.pickFieldsStep.rareDetectorSelect.freqRareCard.description"
defaultMessage="Look for frequently rare values in a population."
defaultMessage="Find members of a population that frequently have rare values."
/>
</>
}
Expand Down

0 comments on commit b201d10

Please sign in to comment.