From dae1177ba00942efb034ad4f73eb63dd2dd41e49 Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 3 Apr 2024 14:14:55 +0200 Subject: [PATCH] fix: date --- .../wizard/cloudOrganizationChangeTier/confirmDetails.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/console/wizard/cloudOrganizationChangeTier/confirmDetails.svelte b/src/routes/console/wizard/cloudOrganizationChangeTier/confirmDetails.svelte index b89bc897c..8c1a3e3da 100644 --- a/src/routes/console/wizard/cloudOrganizationChangeTier/confirmDetails.svelte +++ b/src/routes/console/wizard/cloudOrganizationChangeTier/confirmDetails.svelte @@ -62,11 +62,11 @@ Your {tierToPlan($organization.billingPlan).name} plan subscription will end on {toLocaleDate( - $organization.billingCurrentInvoiceDate + $organization.billingNextInvoiceDate )}

Following the payment of your final invoice on {toLocaleDate( - $organization.billingCurrentInvoiceDate + $organization.billingNextInvoiceDate )}, your organization will switch to the {tierToPlan( $changeOrganizationTier.billingPlan ).name} plan. Until then, you can continue to use the resources available to the {tierToPlan(