Skip to content

Commit

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

* update more groups badge for clarity

* update copy in tooltip and group badge
  • Loading branch information
alvarezmelissa87 authored Oct 6, 2022
1 parent 2177c76 commit ca04402
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 ca04402

Please sign in to comment.