[APM] Wrong singular pluralization in Error Group Detail Page #46549
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
Team:APM
All issues that need APM UI Team support
Kibana version: 8.0 master
Describe the bug:
On Error Group Detail page, the "View N occurrences in Discover" is not properly pluralized for N=1
Steps to reproduce:
Expected behavior:
Screenshots (if relevant):
Suggested solution
Replace the following line:
kibana/x-pack/legacy/plugins/apm/public/components/app/ErrorGroupDetails/DetailView/index.tsx
Line 89 in eeac753
with
'View {occurrencesCount} {occurrencesCount, plural, one {occurence} other {occurences}} in Discover.'
The text was updated successfully, but these errors were encountered: