cart: fix translations
This commit is contained in:
@@ -46,7 +46,7 @@ export default function CartDesktopLayout() {
|
||||
level={3}
|
||||
style={{ marginBottom: "8px", color: colors.primary }}
|
||||
>
|
||||
{t("cartItems")} ({items.length})
|
||||
{t("cart.yourOrder")}
|
||||
</ProTitle>
|
||||
<ProText type="secondary" style={{ fontSize: "16px" }}>
|
||||
{items.length === 0
|
||||
|
||||
Reference in New Issue
Block a user