mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Improve copy in update jobs callout (#123355)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
8b40fc2054
commit
3280400b74
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export function MLCallout({
|
|||
),
|
||||
text: i18n.translate('xpack.apm.mlCallout.updateAvailableCalloutText', {
|
||||
defaultMessage:
|
||||
'We have updated the anomaly detection jobs that provide insights into degraded performance and added detectors for throughput and failed transaction rate. If you choose to upgrade, we will create the new jobs and close the existing legacy jobs. The data shown in the APM app will automatically switch to the new.',
|
||||
'We have updated the anomaly detection jobs that provide insights into degraded performance and added detectors for throughput and failed transaction rate. If you choose to upgrade, we will create the new jobs and close the existing legacy jobs. The data shown in the APM app will automatically switch to the new. Please note that the option to migrate all existing jobs will not be available if you choose to create a new job.',
|
||||
}),
|
||||
color: 'success',
|
||||
icon: 'wrench',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue