Skip to content

Commit a15a963

Browse files
Update jobs_list.tsx (#72797) (#72934)
Co-authored-by: Søren Louv-Jansen <[email protected]>
1 parent 6c8cc40 commit a15a963

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/apm/public/components/app/Settings/anomaly_detection

1 file changed

+1
-1
lines changed

x-pack/plugins/apm/public/components/app/Settings/anomaly_detection/jobs_list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function getNoItemsMessage({
152152
if (status === FETCH_STATUS.FAILURE) {
153153
return i18n.translate(
154154
'xpack.apm.settings.anomalyDetection.jobList.failedFetchText',
155-
{ defaultMessage: 'Unabled to fetch anomaly detection jobs.' }
155+
{ defaultMessage: 'Unable to fetch anomaly detection jobs.' }
156156
);
157157
}
158158

0 commit comments

Comments
 (0)