From bb58388fb037e5d5cf18aa01b154e60b589aa67a Mon Sep 17 00:00:00 2001 From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:49:30 -0800 Subject: [PATCH] ref(replay): update mobile banner copy (#83039) SCR-20250107-lvpl --- static/app/views/replays/list/listContent.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/static/app/views/replays/list/listContent.tsx b/static/app/views/replays/list/listContent.tsx index 88ba44c11a7853..f9c8ae01c6ec32 100644 --- a/static/app/views/replays/list/listContent.tsx +++ b/static/app/views/replays/list/listContent.tsx @@ -3,7 +3,7 @@ import styled from '@emotion/styled'; import Alert from 'sentry/components/alert'; import {Button} from 'sentry/components/button'; -import ExternalLink from 'sentry/components/links/externalLink'; +import Link from 'sentry/components/links/link'; import LoadingIndicator from 'sentry/components/loadingIndicator'; import ReplayRageClickSdkVersionBanner from 'sentry/components/replays/replayRageClickSdkVersionBanner'; import {IconInfo} from 'sentry/icons'; @@ -100,12 +100,10 @@ export default function ListContent() { {allMobileProj && mobileBetaOrg ? ( } showIcon> {tct( - `[strong:Mobile Replay is now generally available.] Orgs that participated in the beta will have a two month grace period of unlimited usage until March 6. After that, you will be billed for [link:additional replays not included in your plan].`, + `[strong:Mobile Replay is now generally available.] Since your org participated in the beta, you'll have a two month grace period of unlimited usage until March 6. After that, we will only accept replay events that are included in your plan. If you'd like to increase your reserved replay quota, go to your [link:Subscription Settings] or speak to your organization owner.`, { strong: , - link: ( - - ), + link: , } )}