Skip to content

Commit

Permalink
change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
suejung-sentry committed Jan 30, 2025
1 parent c9f5c17 commit 3210ed6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions src/pages/PlanPage/PlanPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ const UnverifiedPaymentMethodAlert = ({ url }: { url?: string | null }) => {
return (
<>
<Alert variant="warning">
<Alert.Title>New Payment Method Awaiting Verification</Alert.Title>
<Alert.Title>Verify Your New Payment Method</Alert.Title>
<Alert.Description>
Your new payment method requires verification.{' '}
Your new payment method needs to be verified.{' '}
<A
href={url}
isExternal
Expand All @@ -124,7 +124,8 @@ const UnverifiedPaymentMethodAlert = ({ url }: { url?: string | null }) => {
>
Click here
</A>{' '}
to complete the verification process.
to complete the process. The verification code may take around 2 days
to appear on your bank statement.
</Alert.Description>
</Alert>
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const UpgradeFormModal = ({
body={
<div className="flex flex-col gap-4">
<div>
You have an incomplete plan upgrade that is awaiting payment
verification{' '}
You have a pending plan upgrade awaiting payment verification. Verify
payment{' '}
<A
href={url}
isExternal
Expand All @@ -47,8 +47,8 @@ const UpgradeFormModal = ({
.
</div>
<p>
Are you sure you wish to abandon the pending upgrade and start a new
one?
Are you sure you want to abandon this upgrade and start a new one?
This action cannot be undone.
</p>
</div>
}
Expand Down

0 comments on commit 3210ed6

Please sign in to comment.