We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3755ed commit 84ffa04Copy full SHA for 84ffa04
src/routes/(console)/organization-[organization]/billing/retryPaymentModal.svelte
@@ -122,9 +122,9 @@
122
title="Retry payment">
123
<!-- TODO: format currency -->
124
<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.
+ Your payment of <span class="inline-tag">{formatCurrency(invoice.grossAmount)}</span> due on {toLocaleDate(
+ invoice.dueAt
+ )} has failed. Retry your payment to avoid service interruptions with your projects.
128
</p>
129
130
<Button
0 commit comments