Skip to content

Commit

Permalink
remove 'not to be used with other offers' copy from cancellation paus…
Browse files Browse the repository at this point in the history
…e (offer) page disclaimer
  • Loading branch information
Richard Bangay committed Nov 28, 2024
1 parent 8ccbf80 commit fcdc8bf
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,14 @@ export const CancelAlternativeOffer = () => {
Your {mainPlan.billingPeriod}ly payments of{' '}
{mainPlan.currency}
{humanReadableStrikethroughPrice} will automatically resume
on {nextNonDiscountedPaymentDate} unless you cancel. Cannot
be used together with any other subscription offer you may
currently have.
on {nextNonDiscountedPaymentDate} unless you cancel.
{alternativeIsOffer && (
<>
{' '}
Cannot be used together with any other subscription
offer you may currently have.
</>
)}
</p>
)}
</>
Expand Down

0 comments on commit fcdc8bf

Please sign in to comment.