mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ML] Explain Log Rate Spikes: update more groups badge for clarity (#142793)
* update more groups badge for clarity * update copy in tooltip and group badge
This commit is contained in:
parent
2177c76ebe
commit
ca04402e83
1 changed files with 2 additions and 2 deletions
|
@ -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.',
|
||||
}
|
||||
)}
|
||||
>
|
||||
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue