[web] Add colon after translation in price exceptions GitOrigin-RevId: 99dc7cb25373693edf4b06f5a2640ed7a1491777
@@ -16,7 +16,7 @@ export function PriceExceptions({ subscription }: PriceExceptionsProps) {
</p>
{activeCoupons.length > 0 && (
<>
- <i>* {t('coupons_not_included')}</i>
+ <i>* {t('coupons_not_included')}:</i>
<ul>
{activeCoupons.map(coupon => (
<li key={coupon.id}>