Skip to content

Commit

Permalink
fix Cart list unit text
Browse files Browse the repository at this point in the history
  • Loading branch information
tvikito committed Nov 6, 2023
1 parent 235362a commit b4d7085
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion storefront/components/Pages/Cart/CartList/CartListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const CartListItem: FC<CartListItemProps> = ({
</div>

<div className="flex items-center justify-end text-sm vl:w-32" data-testid={TEST_IDENTIFIER + 'itemprice'}>
{formatPrice(product.price.priceWithVat) + '\u00A0/\u00A0' + t('pc')}
{formatPrice(product.price.priceWithVat) + '\u00A0/\u00A0' + product.unit.name}
</div>

<div
Expand Down
1 change: 0 additions & 1 deletion storefront/public/locales/cs/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
"Passwords must match": "Hesla se musí shodovat",
"Pay with GoPay": "Zaplatit pomocí GoPay",
"Payment": "Platba",
"pc": "ks",
"Personal data": "Osobní údaje",
"Personal Data Export": "Export osobních údajů",
"Personal Data Overview": "Přehled osobních údajů",
Expand Down
1 change: 0 additions & 1 deletion storefront/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@
"Passwords must match": "Passwords must match",
"Pay with GoPay": "Pay with GoPay",
"Payment": "Payment",
"pc": "pc",
"Personal data": "Personal data",
"Personal Data Export": "Personal Data Export",
"Personal Data Overview": "Personal Data Overview",
Expand Down
1 change: 0 additions & 1 deletion storefront/public/locales/sk/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
"Passwords must match": "Heslá sa musia zhodovať",
"Pay with GoPay": "Plaťte cez GoPay",
"Payment": "Platba",
"pc": "ks",
"Personal data": "Osobné údaje ",
"Personal Data Export": "Export osobných údajov",
"Personal Data Overview": "Prehľad osobných údajov",
Expand Down

0 comments on commit b4d7085

Please sign in to comment.