Skip to content

Commit 3f0dd17

Browse files
authored
Merge pull request #1663 from Sooraj-s-98/main
Fix extra dollar symbol removed
2 parents 5c89de1 + 84ffa04 commit 3f0dd17

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)