Skip to content

Commit

Permalink
changing translation id
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Sep 15, 2020
1 parent 3f28920 commit 80760d2
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ export const StartDatafeedSwitch: FC<Props> = ({ startDatafeed, setStartDatafeed
<>
<EuiSpacer />
<EuiFormRow
helpText={i18n.translate('xpack.ml.newJob.wizard.summaryStep.startCheckboxHelpText', {
defaultMessage: 'If unselected, job can be started later from the jobs list.',
})}
helpText={i18n.translate(
'xpack.ml.newJob.wizard.summaryStep.startDatafeedCheckboxHelpText',
{
defaultMessage: 'If unselected, job can be started later from the jobs list.',
}
)}
>
<EuiSwitch
data-test-subj="mlJobWizardStartDatafeedCheckbox"
Expand Down

0 comments on commit 80760d2

Please sign in to comment.