diff --git a/website/client/src/components/group-plans/billing.vue b/website/client/src/components/group-plans/billing.vue index a9fe133d2b..e3be8d9717 100644 --- a/website/client/src/components/group-plans/billing.vue +++ b/website/client/src/components/group-plans/billing.vue @@ -57,12 +57,16 @@ > {{ $t('subUpdateCard') }} -
- {{ $t('cancelGroupSub') }} +
+
+ {{ $t('groupPlanBillingFYIShort') }} +
+
+ {{ $t('cancelGroupSub') }} +
diff --git a/website/client/src/components/static/groupPlans.vue b/website/client/src/components/static/groupPlans.vue index d88ef0a85d..2bcedada89 100644 --- a/website/client/src/components/static/groupPlans.vue +++ b/website/client/src/components/static/groupPlans.vue @@ -45,6 +45,9 @@

{{ $t('billedMonthly') }}

+ + {{ $t('groupPlanBillingFYI') }} +
@@ -114,6 +117,9 @@

{{ $t('billedMonthly') }}

+ + {{ $t('groupPlanBillingFYI') }} +
@@ -174,6 +180,11 @@ line-height: 28px; } + small { + font-size: 12px; + line-height: 1.67; + } + // Major layout elements .bottom-banner { diff --git a/website/common/locales/en/groups.json b/website/common/locales/en/groups.json index 8c8920684a..9d1dbadf0e 100644 --- a/website/common/locales/en/groups.json +++ b/website/common/locales/en/groups.json @@ -426,5 +426,7 @@ "tavernDiscontinuedLinks": "Read more about the Tavern and Guild Service Discontinuation or head back to the homepage.", "chatSunsetWarning": "⚠️ Habitica Guilds and Tavern chat will be discontinued on 8/8/2023. Click here to read more about this change.", "interestedLearningMore": "Interested in Learning More?", - "checkGroupPlanFAQ": "Check out the Group Plans FAQ to learn how to get the most out of your shared task experience." + "checkGroupPlanFAQ": "Check out the Group Plans FAQ to learn how to get the most out of your shared task experience.", + "groupPlanBillingFYI": "Group Plan subscriptions automatically renew unless you cancel at least 24 hours before the end of your current period. You can cancel from the Group Billing tab of your Group Plan. You will be charged within 24 hours before your subscription renews, based on the number of members in your Group Plan at that time. If you add members between payment periods, you'll see an additional prorated charge for their benefits at your next billing cycle.", + "groupPlanBillingFYIShort": "Group Plan subscriptions automatically renew unless you cancel at least 24 hours before the end of your current period. You will be charged within 24 hours before your subscription renews, based on the number of members in your Group Plan at that time. If you add members between payment periods, you'll see an additional prorated charge for their benefits at your next billing cycle." }