Skip to content

Commit

Permalink
verbiage on cancelling popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Stefanov committed Jun 29, 2023
1 parent 5d0819b commit 26607a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>Cancelling your Pro subscription will downgrade your account to a free Starter plan.
These changes will take effect at the end of your billing period.
You can resubscribe at any time.</p>
<p><strong>By cancelling your Pro subscription, you will lose access to any historical data.</strong></p>
<p><strong>By cancelling your Pro subscription, you will lose access to any historical data from this account.</strong></p>
<input type="hidden" name="type" value="cancel-subscription" />
<input type="hidden" name="subscription-id" value="<?= $wptCustomer->getSubscriptionId() ?>" />
<input type="hidden" name="csrf_token" value="<?= $csrf_token ?>" />
Expand Down

0 comments on commit 26607a8

Please sign in to comment.