- {t(
- 'There are %s for this issue.',
- tn('%s replay', '%s replays', replayCount ?? 0)
- )}
+ {replayCount > 50
+ ? t('There are 50+ replays fro this issue.')
+ : tn(
+ 'There is %s replay for this issue.',
+ 'there are %s replays for this issue.',
+ replayCount ?? 0
+ )}
{allReplaysButton}
diff --git a/static/app/views/issueDetails/groupReplays/groupReplays.tsx b/static/app/views/issueDetails/groupReplays/groupReplays.tsx
index b8984c4c865475..01eee36dd136f5 100644
--- a/static/app/views/issueDetails/groupReplays/groupReplays.tsx
+++ b/static/app/views/issueDetails/groupReplays/groupReplays.tsx
@@ -271,11 +271,17 @@ function GroupReplaysTable({