From 18561ef73be14c9d6a2ebb80c41f9bbe2d080777 Mon Sep 17 00:00:00 2001 From: leemr Date: Wed, 20 Nov 2024 02:47:25 -0500 Subject: [PATCH] Minor misspelling. (#80989) I ran across this misspelling while I was showing a client all the cool features we could track with your software. Not a big deal, but we both saw it! Thanks! image ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. --- static/app/components/events/eventReplay/replayClipSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',