Skip to content

Commit

Permalink
[ML] Rename timerange to time range
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Sep 2, 2020
1 parent 24ad0d0 commit 4272114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const JobSelectorFlyout: FC<JobSelectorFlyoutProps> = ({
<EuiFlexItem grow={false}>
<EuiSwitch
label={i18n.translate('xpack.ml.jobSelector.applyTimerangeSwitchLabel', {
defaultMessage: 'Apply timerange',
defaultMessage: 'Apply time range',
})}
checked={applyTimeRange}
onChange={toggleTimerangeSwitch}
Expand Down

0 comments on commit 4272114

Please sign in to comment.