Skip to content

Commit 84ffa04

Browse files
committed
formated
1 parent a3755ed commit 84ffa04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
title="Retry payment">
123123
<!-- TODO: format currency -->
124124
<p class="text">
125-
Your payment of <span class="inline-tag">{formatCurrency(invoice.grossAmount)}</span> due
126-
on {toLocaleDate(invoice.dueAt)} has failed. Retry your payment to avoid service interruptions
127-
with your projects.
125+
Your payment of <span class="inline-tag">{formatCurrency(invoice.grossAmount)}</span> due on {toLocaleDate(
126+
invoice.dueAt
127+
)} has failed. Retry your payment to avoid service interruptions with your projects.
128128
</p>
129129

130130
<Button

0 commit comments

Comments
 (0)