فهرست منبع

Merge pull request #12054 from overleaf/ii-thank-you-page-add-missing-colon

[web] Add colon after translation in price exceptions

GitOrigin-RevId: 99dc7cb25373693edf4b06f5a2640ed7a1491777
Jakob Ackermann 3 سال پیش
والد
کامیت
3486cd0c91
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx

+ 1 - 1
services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx

@@ -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}>