mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update jobs_list.tsx (#72797)
This commit is contained in:
parent
39aa1f19c9
commit
7e126bfab6
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ function getNoItemsMessage({
|
|||
if (status === FETCH_STATUS.FAILURE) {
|
||||
return i18n.translate(
|
||||
'xpack.apm.settings.anomalyDetection.jobList.failedFetchText',
|
||||
{ defaultMessage: 'Unabled to fetch anomaly detection jobs.' }
|
||||
{ defaultMessage: 'Unable to fetch anomaly detection jobs.' }
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue