diff --git a/static/app/views/replays/detail/ai/ai.tsx b/static/app/views/replays/detail/ai/ai.tsx
index b851706126a335..fe93afedbea1c8 100644
--- a/static/app/views/replays/detail/ai/ai.tsx
+++ b/static/app/views/replays/detail/ai/ai.tsx
@@ -42,7 +42,7 @@ export default function Ai() {
const skipConsentFlow = organization.features.includes('gen-ai-consent-flow-removal');
const replayTooLongMessage = t(
- 'While in beta phase, we only summarize a small portion of the replay.'
+ 'If a replay is too long, we may only summarize a small portion of it.'
);
const {
diff --git a/static/app/views/replays/detail/layout/focusTabs.tsx b/static/app/views/replays/detail/layout/focusTabs.tsx
index 733a03792ee521..4c75762f6f4959 100644
--- a/static/app/views/replays/detail/layout/focusTabs.tsx
+++ b/static/app/views/replays/detail/layout/focusTabs.tsx
@@ -51,7 +51,7 @@ function getReplayTabs({
>
{t('AI Summary')}
-
+
) : null,
[TabKey.BREADCRUMBS]: t('Breadcrumbs'),