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) (#142899)

* update more groups badge for clarity

* update copy in tooltip and group badge

(cherry picked from commit ca04402)

Co-authored-by: Melissa Alvarez <[email protected]>
  • Loading branch information
kibanamachine and alvarezmelissa87 authored Oct 6, 2022
1 parent 0fbe4e0 commit 2c38811
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 2c38811

Please sign in to comment.