feat(MED-98): update translations, fix

This commit is contained in:
Karli
2025-09-30 16:41:27 +03:00
parent 176e1e2a3c
commit 2b63d7c529
3 changed files with 3 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ export default function DiscountCode({
<FormItem className="flex-1">
<FormControl>
<Input
required
type="text"
{...field}
placeholder={t('cart:discountCode.placeholder')}

View File

@@ -63,7 +63,7 @@
"promotionsTotal": "Promotions total",
"companyBenefitsTotal": "Company benefits total",
"subtotal": "Subtotal",
"benefitsTotal": "Paid with benefits",
"benefitsTotal": "Paid with company benefits",
"montonioTotal": "Paid with Montonio",
"total": "Total",
"giftCard": "Gift card"

View File

@@ -61,7 +61,7 @@
"order": {
"title": "Tellimus",
"promotionsTotal": "Soodustuse summa",
"companyBenefitsTotal": "Toetuse summa",
"companyBenefitsTotal": "Tööandja katab",
"subtotal": "Vahesumma",
"benefitsTotal": "Tasutud tervisetoetusest",
"montonioTotal": "Tasutud Montonio'ga",
@@ -96,6 +96,6 @@
"description": "Muuda broneeringu andmeid"
},
"companyBenefits": {
"label": "Kasuta ettevõtte toetust"
"label": "Kasuta tööandja tervisetoetust"
}
}