mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
c6c397ff19
commit
6e956e3f88
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ exports[`DetailView should render Discover button 1`] = `
|
|||
<EuiButtonEmpty
|
||||
iconType="discoverApp"
|
||||
>
|
||||
View 10 occurrences in Discover
|
||||
View 10 occurrences in Discover.
|
||||
</EuiButtonEmpty>
|
||||
</DiscoverErrorLink>
|
||||
`;
|
||||
|
|
|
@ -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 }
|
||||
}
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue