From e05fac15c619335f60dc143e28a9bb24051edc28 Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Thu, 24 Nov 2022 17:48:31 +0000 Subject: [PATCH] [ML] Removing duplicate tooltip text (#146308) Tooltip sentence was mistakenly repeated. --- .../components/anomalies_table/anomaly_details_utils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details_utils.tsx b/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details_utils.tsx index b40123a9e2ddf0..a049ee2c48ea6c 100644 --- a/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details_utils.tsx +++ b/x-pack/plugins/ml/public/application/components/anomalies_table/anomaly_details_utils.tsx @@ -487,7 +487,7 @@ export const AnomalyExplanationDetails: FC<{ anomaly: AnomaliesTableRecord }> = 'xpack.ml.anomaliesTable.anomalyDetails.anomalyExplanationDetails.incompleteBucketTooltip', { defaultMessage: - 'If the bucket contains fewer samples than expected, the score is reduced. If the bucket contains fewer samples than expected, the score is reduced.', + 'If the bucket contains fewer samples than expected, the score is reduced.', } )} >