mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #12054 from overleaf/ii-thank-you-page-add-missing-colon
[web] Add colon after translation in price exceptions GitOrigin-RevId: 99dc7cb25373693edf4b06f5a2640ed7a1491777
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user