File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugins/ml/public/application/components/saved_objects_warning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const SavedObjectsWarning: FC<Props> = ({ jobType }) => {
5353 title = {
5454 < FormattedMessage
5555 id = "xpack.ml.jobsList.missingSavedObjectWarning.title"
56- defaultMessage = "ML job synchronization needed "
56+ defaultMessage = "ML job synchronization required "
5757 />
5858 }
5959 color = "warning"
@@ -62,13 +62,13 @@ export const SavedObjectsWarning: FC<Props> = ({ jobType }) => {
6262 < div >
6363 < FormattedMessage
6464 id = "xpack.ml.jobsList.missingSavedObjectWarning.description"
65- defaultMessage = "All jobs require an accompanying saved object. Some jobs are missing their saved object and require synchronization in the {link}."
65+ defaultMessage = "Some jobs are missing their saved object and require synchronization in {link}."
6666 values = { {
6767 link : (
6868 < EuiLink href = { `${ basePath . get ( ) } /app/management/insightsAndAlerting/jobsListLink` } >
6969 < FormattedMessage
7070 id = "xpack.ml.jobsList.missingSavedObjectWarning.linkToManagement.link"
71- defaultMessage = "stack management page "
71+ defaultMessage = "Stack Management "
7272 />
7373 </ EuiLink >
7474 ) ,
You can’t perform that action at this time.
0 commit comments