From 22080a2914bbbcaacc00bb76d9bd5642468b7fbe Mon Sep 17 00:00:00 2001 From: Benjamin Ottensten Date: Tue, 3 Dec 2024 16:35:12 +0100 Subject: [PATCH] Update billing summary for trial plans (#3620) * Update billing summary for trial plans * Roll back to "Expected bill" * Squashed commit of the following: commit 95d8f162d6e45e08da5e2e6c26ecf2617eb5bb02 Author: Benjamin Ottensten Date: Tue Dec 3 15:27:36 2024 +0100 A couple of copy changes (#3608) * Update feature copy * Update from yearly to annual language --------- Co-authored-by: andrewwallacespeckle --- .../settings/workspaces/Billing.vue | 33 ++++++++++++------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/packages/frontend-2/components/settings/workspaces/Billing.vue b/packages/frontend-2/components/settings/workspaces/Billing.vue index 0482ab6029..f342e68b0d 100644 --- a/packages/frontend-2/components/settings/workspaces/Billing.vue +++ b/packages/frontend-2/components/settings/workspaces/Billing.vue @@ -17,7 +17,7 @@ class="grid grid-cols-1 lg:grid-cols-3 divide-y divide-outline-3 lg:divide-y-0 lg:divide-x" >
-

+

{{ statusIsTrial ? 'Trial plan' : 'Current plan' }}

@@ -32,16 +32,24 @@

- £{{ seatPrice[Roles.Workspace.Member] }} per seat/month, billed - {{ - subscription?.billingInterval === BillingInterval.Yearly - ? 'annually' - : 'monthly' - }} + + + £{{ seatPrice[Roles.Workspace.Member] }} per seat/month + + Free + + + £{{ seatPrice[Roles.Workspace.Member] }} per seat/month, billed + {{ + subscription?.billingInterval === BillingInterval.Yearly + ? 'annually' + : 'monthly' + }} +

-

+

{{ statusIsTrial ? 'Expected bill' @@ -72,10 +80,10 @@

-

+

{{ statusIsTrial && isPurchasablePlan - ? 'First payment due' + ? 'Trial ends' : 'Next payment due' }}

@@ -83,14 +91,15 @@ {{ isPurchasablePlan ? nextPaymentDue : 'Never' }}

- + Subscribe before this date + {{ subscription?.billingInterval === BillingInterval.Yearly ? 'Annual' : 'Monthly' }} + billing period - billing period