diff --git a/static/app/components/events/eventReplay/replayClipSection.tsx b/static/app/components/events/eventReplay/replayClipSection.tsx index 188c55c01ab8b5..eb7998a87ad9dc 100644 --- a/static/app/components/events/eventReplay/replayClipSection.tsx +++ b/static/app/components/events/eventReplay/replayClipSection.tsx @@ -66,7 +66,7 @@ export function ReplayClipSection({event, group, replayId}: Props) {
{replayCount > 50 - ? t('There are 50+ replays fro this issue.') + ? t('There are 50+ replays for this issue.') : tn( 'There is %s replay for this issue.', 'there are %s replays for this issue.',