mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Fix tooltip text.
This commit is contained in:
parent
52ee65b8d5
commit
ca86f769d7
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ export function FailedTransactionsCorrelations({
|
|||
'xpack.apm.correlations.failedTransactions.correlationsTable.failurePercentageDescription',
|
||||
{
|
||||
defaultMessage:
|
||||
'Percentage of time the term appear in failed transactions.',
|
||||
'Percentage of time the term appears in failed transactions.',
|
||||
}
|
||||
)}
|
||||
>
|
||||
|
@ -179,7 +179,7 @@ export function FailedTransactionsCorrelations({
|
|||
'xpack.apm.correlations.failedTransactions.correlationsTable.successPercentageDescription',
|
||||
{
|
||||
defaultMessage:
|
||||
'Percentage of time the term appear in successful transactions.',
|
||||
'Percentage of time the term appears in successful transactions.',
|
||||
}
|
||||
)}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue