Skip to content

Commit

Permalink
[ML] Fix tooltip text.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 24, 2021
1 parent 52ee65b commit ca86f76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
}
)}
>
Expand Down Expand Up @@ -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.',
}
)}
>
Expand Down

0 comments on commit ca86f76

Please sign in to comment.