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) (#72108)

Fixes #72067.
# Conflicts:
#	x-pack/plugins/apm/public/components/app/ServiceMap/Popover/ServiceMetricList.tsx
  • Loading branch information
smith committed Jul 17, 2020
1 parent fd26b0a commit 80976dd
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 80976dd

Please sign in to comment.