mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
e0c84f08fb
commit
3486cd0c91
1 changed files with 1 additions and 1 deletions
|
@ -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}>
|
||||
|
|
Loading…
Reference in a new issue