diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx index 5fe0eb3d68455..183e6dcba74f0 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx @@ -277,7 +277,7 @@ export function Summary({ count }: { count: number }) { 'xpack.streams.sigEventsDiscovery.insightsTab.significantEventsFoundTitle', { defaultMessage: - '{count} {count, plural, one {event} other {events}} found in your system', + '{count, number} {count, plural, one {event} other {events}} found in your system', values: { count }, } )}