summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/partials/edit-subscription.ejs7
1 files changed, 6 insertions, 1 deletions
diff --git a/views/partials/edit-subscription.ejs b/views/partials/edit-subscription.ejs
index 38c6dfc..f3c3589 100644
--- a/views/partials/edit-subscription.ejs
+++ b/views/partials/edit-subscription.ejs
@@ -61,7 +61,12 @@
<button data-role="showEditMenu">Edit Your Plan</button><br>
<button data-role="cancelSubscription">Cancel your subscription</button>
</div>
- <div class="layoutsMenu">
+ <div class="editMenu">
+ <div class="fineprint">
+ Your credit card will be charged the difference of XXXX for this month.
+ Your subscription will renew at XXXX at the start of your next billing cycle.
+ We thank you for your support!
+ </div>
<button data-role="saveChanges">Save Subscription</button>
<button data-role="closeMenu">Cancel</button>
</div>