We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0508e commit 50f9d27Copy full SHA for 50f9d27
x-pack/plugins/apm/public/components/app/ErrorGroupDetails/Distribution/index.tsx
@@ -107,7 +107,8 @@ export function ErrorDistribution({ distribution, title }: Props) {
107
}
108
formatYLong={(value: number) =>
109
i18n.translate('xpack.apm.errorGroupDetails.occurrencesLongLabel', {
110
- defaultMessage: '{occCount} occurrences',
+ defaultMessage:
111
+ '{occCount} {occCount, plural, one {occurrence} other {occurrences}}',
112
values: { occCount: value },
113
})
114
0 commit comments