Skip to content

Commit

Permalink
update tooltip copy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Jul 25, 2022
1 parent 55a84b3 commit d582535
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const SpikeAnalysisTable: FC<SpikeAnalysisTableProps> = ({
name: (
<EuiToolTip position="top" content={i18n.translate(
'xpack.aiops.correlations.failedTransactions.correlationsTable.logRateColumnTooltip',
{ defaultMessage: 'Visual representation of amount of impact given field name and value have on metric change point.' }
{ defaultMessage: 'A visual representation of the amount of impact the given field name and value have on the message rate difference.' }
)}>
<FormattedMessage
id='xpack.aiops.correlations.failedTransactions.correlationsTable.logRateLabel'
Expand All @@ -89,7 +89,7 @@ export const SpikeAnalysisTable: FC<SpikeAnalysisTableProps> = ({
name: (
<EuiToolTip position="top" content={i18n.translate(
'xpack.aiops.correlations.failedTransactions.correlationsTable.pValueColumnTooltip',
{ defaultMessage: 'For statistically significant changes in the distribution of values, indicates how extreme the change is; lower values indicate greater change.' }
{ defaultMessage: 'For statistically significant changes in the frequency of values, indicates how extreme the change is; lower values indicate greater change.' }
)}>
<FormattedMessage
id='xpack.aiops.correlations.failedTransactions.correlationsTable.pValueLabel'
Expand All @@ -105,7 +105,7 @@ export const SpikeAnalysisTable: FC<SpikeAnalysisTableProps> = ({
name: (
<EuiToolTip position="top" content={i18n.translate(
'xpack.aiops.correlations.failedTransactions.correlationsTable.impactLabelColumnTooltip',
{ defaultMessage: 'Indicates level of impact of given field name and value on metric change point.' }
{ defaultMessage: 'Indicates the level of impact of the given field name and value on the message rate difference.' }
)}>
<FormattedMessage
id='xpack.aiops.correlations.failedTransactions.correlationsTable.impactLabel'
Expand Down

0 comments on commit d582535

Please sign in to comment.