Skip to content

Commit f4296be

Browse files
committed
update message
1 parent 8fee047 commit f4296be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/events/eventHydrationDiff/replayDiffContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function ReplayDiffContent({event, group, orgSlug, replaySlug}: P
4444
<ReplayLoadingState
4545
replaySlug={replaySlug}
4646
renderArchived={wrapInSection(() => (
47-
<ArchivedReplayAlert />
47+
<ArchivedReplayAlert message={t('The replay for this event has been deleted.')} />
4848
))}
4949
renderLoading={wrapInSection(() => (
5050
<StyledNegativeSpaceContainer data-test-id="replay-diff-loading-placeholder">

0 commit comments

Comments
 (0)