Skip to content

Commit

Permalink
Clarify subscription co-term details in summary component (#14583)
Browse files Browse the repository at this point in the history
  • Loading branch information
usamabinnadeem-10 authored and abhigyanghosh30 committed Dec 18, 2024
1 parent 618236e commit 2d4e075
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,10 @@ function Summary({ products, action, coupon, setError }: Props) {
{format(new Date(priceData?.end_of_cycle), DATE_FORMAT)}
</strong>
</p>
<p>The same date as your existing subscription.</p>
<p>
This subscription is co-termed with your existing subscription.
Both subscriptions will end on the same date.
</p>
</Col>
) : (
<Col size={8}>
Expand Down

0 comments on commit 2d4e075

Please sign in to comment.