From a3755ed2b165107dffc7391daf5e750f78c7749f Mon Sep 17 00:00:00 2001 From: Sooraj Date: Wed, 12 Feb 2025 19:55:22 +0530 Subject: [PATCH 1/2] Extra dollar symbol removed --- .../billing/retryPaymentModal.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte b/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte index 2233d511c0..1d07275a69 100644 --- a/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte +++ b/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte @@ -122,7 +122,7 @@ title="Retry payment">

- Your payment of ${formatCurrency(invoice.grossAmount)} due + Your payment of {formatCurrency(invoice.grossAmount)} due on {toLocaleDate(invoice.dueAt)} has failed. Retry your payment to avoid service interruptions with your projects.

From 84ffa0431f96d9b63f249dba4c84f76cd0096702 Mon Sep 17 00:00:00 2001 From: Sooraj Date: Sat, 22 Mar 2025 19:09:45 +0530 Subject: [PATCH 2/2] formated --- .../billing/retryPaymentModal.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte b/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte index 1d07275a69..7606cbf98d 100644 --- a/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte +++ b/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte @@ -122,9 +122,9 @@ title="Retry payment">

- Your payment of {formatCurrency(invoice.grossAmount)} due - on {toLocaleDate(invoice.dueAt)} has failed. Retry your payment to avoid service interruptions - with your projects. + Your payment of {formatCurrency(invoice.grossAmount)} due on {toLocaleDate( + invoice.dueAt + )} has failed. Retry your payment to avoid service interruptions with your projects.