Skip to content

Commit

Permalink
Shortens explanatory text.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Oct 5, 2020
1 parent 63a7304 commit 2379ecc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const JobSetupScreen = (props: Props) => {
<p>
<FormattedMessage
id="xpack.infra.ml.steps.setupProcess.description"
defaultMessage="Settings can not be changed once the jobs are created. You can recreate these jobs later; however, any previously detected anomalies will be removed as a result."
defaultMessage="Settings can not be changed once the jobs are created. You can recreate jobs anytime. In this case, the previously detected anomalies will be removed."
/>
</p>
</EuiText>
Expand All @@ -183,7 +183,7 @@ export const JobSetupScreen = (props: Props) => {
description={
<FormattedMessage
id="xpack.infra.ml.steps.setupProcess.when.description"
defaultMessage="By default, Machine Learning jobs analyze the past 4 weeks of data and continue to run indefinitely. You can specify a different start date, end date, or both. We recommend that you run jobs indefinitely."
defaultMessage="By default, Machine Learning jobs analyze the past 4 weeks of data and continue to run indefinitely."
/>
}
>
Expand Down

0 comments on commit 2379ecc

Please sign in to comment.