Update jobs_list.tsx (#72797)

This commit is contained in:
Søren Louv-Jansen 2020-07-22 20:17:31 +02:00 committed by GitHub
parent 39aa1f19c9
commit 7e126bfab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.' }
);
}