Skip to content

Commit 2b11cc0

Browse files
authored
Merge pull request #7690 from novoselt/update_subscription_cancellation
Subscriptions can no longer be cancelled immediately
2 parents e517d95 + 7a8bd3b commit 2b11cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/next/components/store/usage-and-duration.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export function UsageAndDuration(props: Props) {
180180
You can buy a license either via a subscription or a single purchase for
181181
specific dates. Once you purchase a license,{" "}
182182
<b>you can always edit it later, or cancel it for a prorated refund</b>{" "}
183-
as credit that you can use to purchase something else. Even
184-
subscriptions can be cancelled at any time for a full prorated refund!{" "}
183+
as credit that you can use to purchase something else. Subscriptions
184+
will be cancelled at the end of the paid for period.{" "}
185185
{duration == "range" && (
186186
<i>
187187
Licenses start and end at the indicated times in your local

0 commit comments

Comments
 (0)