mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Edits saved object synchronization message (#86664)
This commit is contained in:
parent
68ec9d2f22
commit
5725e14b69
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
@ -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>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue