From 5f99a83783e894e1f0dd4f8b778cc9924e2264da Mon Sep 17 00:00:00 2001
From: Jakob Ackermann
Date: Mon, 6 Mar 2023 10:22:06 +0000
Subject: [PATCH] Merge pull request #12054 from
overleaf/ii-thank-you-page-add-missing-colon
[web] Add colon after translation in price exceptions
GitOrigin-RevId: 99dc7cb25373693edf4b06f5a2640ed7a1491777
---
.../subscription/components/shared/price-exceptions.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx b/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx
index 44a67fbb1c..b8cec5b8d1 100644
--- a/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx
+++ b/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx
@@ -16,7 +16,7 @@ export function PriceExceptions({ subscription }: PriceExceptionsProps) {
{activeCoupons.length > 0 && (
<>
- * {t('coupons_not_included')}
+ * {t('coupons_not_included')}:
{activeCoupons.map(coupon => (
-