Skip to content

Commit

Permalink
[APM] Change "Error rate" to "Trans. error rate" on service map popov…
Browse files Browse the repository at this point in the history
…er (#72073) (#72105)

Fixes #72067.
  • Loading branch information
smith committed Jul 16, 2020
1 parent 33abb25 commit 78ea46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function ServiceStatsList({
},
{
title: i18n.translate('xpack.apm.serviceMap.errorRatePopoverStat', {
defaultMessage: 'Error rate (avg.)',
defaultMessage: 'Trans. error rate (avg.)',
}),
description: isNumber(avgErrorRate) ? asPercent(avgErrorRate, 1) : null,
},
Expand Down

0 comments on commit 78ea46d

Please sign in to comment.