diff --git a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx index c402ee4bf9799..e56ff02b9e6da 100644 --- a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx +++ b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx @@ -130,7 +130,7 @@ export const ChangeDataViewModal: FC = ({ onClose }) => { @@ -140,7 +140,7 @@ export const ChangeDataViewModal: FC = ({ onClose }) => { <> @@ -162,7 +162,7 @@ export const ChangeDataViewModal: FC = ({ onClose }) => { name: i18n.translate( 'xpack.ml.newJob.wizard.datafeedStep.dataView.step1.dataView', { - defaultMessage: 'Index pattern', + defaultMessage: 'Data view', } ), }, @@ -188,7 +188,7 @@ export const ChangeDataViewModal: FC = ({ onClose }) => { ) : ( @@ -244,14 +244,14 @@ const ValidationMessage: FC<{ title={i18n.translate( 'xpack.ml.newJob.wizard.datafeedStep.dataView.validation.noDetectors.title', { - defaultMessage: 'Index pattern valid', + defaultMessage: 'Data view valid', } )} color="primary" > ); @@ -263,14 +263,14 @@ const ValidationMessage: FC<{ title={i18n.translate( 'xpack.ml.newJob.wizard.datafeedStep.dataView.validation.valid.title', { - defaultMessage: 'Index pattern valid', + defaultMessage: 'Data view valid', } )} color="primary" > ); @@ -280,14 +280,14 @@ const ValidationMessage: FC<{ title={i18n.translate( 'xpack.ml.newJob.wizard.datafeedStep.dataView.validation.possiblyInvalid.title', { - defaultMessage: 'Index pattern possibly invalid', + defaultMessage: 'Data view possibly invalid', } )} color="warning" > @@ -299,14 +299,14 @@ const ValidationMessage: FC<{ title={i18n.translate( 'xpack.ml.newJob.wizard.datafeedStep.dataView.validation.invalid.title', { - defaultMessage: 'Index pattern invalid', + defaultMessage: 'Data view invalid', } )} color="danger" > diff --git a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view_button.tsx b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view_button.tsx index dc9af26236d8c..a83782b9c1432 100644 --- a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view_button.tsx +++ b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view_button.tsx @@ -27,7 +27,7 @@ export const ChangeDataView: FC<{ isDisabled: boolean }> = ({ isDisabled }) => { > diff --git a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/description.tsx b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/description.tsx index 2632660738a58..2eeab08229348 100644 --- a/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/description.tsx +++ b/x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/description.tsx @@ -12,7 +12,7 @@ import { EuiDescribedFormGroup, EuiFormRow } from '@elastic/eui'; export const Description: FC = memo(({ children }) => { const title = i18n.translate('xpack.ml.newJob.wizard.datafeedStep.dataView.title', { - defaultMessage: 'Index pattern', + defaultMessage: 'Data view', }); return ( { description={ } >