We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c89de1 + 84ffa04 commit 3f0dd17Copy full SHA for 3f0dd17
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