diff --git a/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte b/src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte index 2233d511c0..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.