Skip to content

Commit

Permalink
[ML] Tweak checkbox label.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed May 9, 2022
1 parent 1fbab8d commit 9fffb56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/aiops/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ export const AiopsApp = ({ notifications }: AiopsAppDeps) => {
label={i18n.translate(
'xpack.aiops.explainLogRateSpikes.simulateErrorsCheckboxLabel',
{
defaultMessage: 'Simulate errors.',
defaultMessage:
'Simulate errors (gets applied to new streams only, not currently running ones).',
}
)}
checked={simulateErrors}
Expand Down

0 comments on commit 9fffb56

Please sign in to comment.