Skip to content

Commit

Permalink
[7.x] [APM] Correctly plurarlize view in discover link (#47618) (#47836)
Browse files Browse the repository at this point in the history
Fixes #46549
  • Loading branch information
smith authored Oct 10, 2019
1 parent 8e64935 commit 67ce81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function DetailView({ errorGroup, urlParams, location }: Props) {
'xpack.apm.errorGroupDetails.viewOccurrencesInDiscoverButtonLabel',
{
defaultMessage:
'View {occurrencesCount} occurrences in Discover',
'View {occurrencesCount} {occurrencesCount, plural, one {occurrence} other {occurrences}} in Discover.',
values: { occurrencesCount }
}
)}
Expand Down

0 comments on commit 67ce81b

Please sign in to comment.