Skip to content

Commit

Permalink
[ML] Removing duplicate tooltip text (elastic#146308)
Browse files Browse the repository at this point in the history
Tooltip sentence was mistakenly repeated.
  • Loading branch information
jgowdyelastic authored Nov 24, 2022
1 parent f063ba4 commit e05fac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
}
)}
>
Expand Down

0 comments on commit e05fac1

Please sign in to comment.