Skip to content

Commit

Permalink
[ML] Explain Log Rate Spikes: update more groups badge for clarity (e…
Browse files Browse the repository at this point in the history
…lastic#142793)

* update more groups badge for clarity

* update copy in tooltip and group badge
  • Loading branch information
alvarezmelissa87 authored and WafaaNasr committed Oct 11, 2022
1 parent bbae9dc commit 6b89ae4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const SpikeAnalysisGroupsTable: FC<SpikeAnalysisTableProps> = ({
'xpack.aiops.explainLogRateSpikes.spikeAnalysisTableGroups.groupColumnTooltip',
{
defaultMessage:
'Displays field values unique to the group. Expand row to see all values.',
'Displays field/value pairs unique to the group. Expand row to see all field/value pairs.',
}
)}
>
Expand Down Expand Up @@ -280,7 +280,7 @@ export const SpikeAnalysisGroupsTable: FC<SpikeAnalysisTableProps> = ({
+{Object.keys(repeatedValues).length}{' '}
<FormattedMessage
id="xpack.aiops.explainLogRateSpikes.spikeAnalysisTableGroups.moreLabel"
defaultMessage="more"
defaultMessage="more field/value pairs also appearing in other groups"
/>
</EuiBadge>
<EuiSpacer size="xs" />
Expand Down

0 comments on commit 6b89ae4

Please sign in to comment.