Skip to content

Commit

Permalink
[ML] Edits saved object synchronization message (#86664)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Dec 21, 2020
1 parent 68ec9d2 commit 5725e14
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const SavedObjectsWarning: FC<Props> = ({ jobType }) => {
title={
<FormattedMessage
id="xpack.ml.jobsList.missingSavedObjectWarning.title"
defaultMessage="ML job synchronization needed"
defaultMessage="ML job synchronization required"
/>
}
color="warning"
Expand All @@ -62,13 +62,13 @@ export const SavedObjectsWarning: FC<Props> = ({ jobType }) => {
<div>
<FormattedMessage
id="xpack.ml.jobsList.missingSavedObjectWarning.description"
defaultMessage="All jobs require an accompanying saved object. Some jobs are missing their saved object and require synchronization in the {link}."
defaultMessage="Some jobs are missing their saved object and require synchronization in {link}."
values={{
link: (
<EuiLink href={`${basePath.get()}/app/management/insightsAndAlerting/jobsListLink`}>
<FormattedMessage
id="xpack.ml.jobsList.missingSavedObjectWarning.linkToManagement.link"
defaultMessage="stack management page"
defaultMessage="Stack Management"
/>
</EuiLink>
),
Expand Down

0 comments on commit 5725e14

Please sign in to comment.