cart: fix translations
This commit is contained in:
@@ -230,6 +230,7 @@
|
|||||||
"e-payment": "e-payment",
|
"e-payment": "e-payment",
|
||||||
"plateNumber": "Plate Number",
|
"plateNumber": "Plate Number",
|
||||||
"plateNumberPlaceholder": "Enter plate number",
|
"plateNumberPlaceholder": "Enter plate number",
|
||||||
|
"editNote": "Edit Note",
|
||||||
"selectTimeEstimate": "Select Estimate Time"
|
"selectTimeEstimate": "Select Estimate Time"
|
||||||
},
|
},
|
||||||
"checkout": {
|
"checkout": {
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export default function CartDesktopLayout() {
|
|||||||
level={3}
|
level={3}
|
||||||
style={{ marginBottom: "8px", color: colors.primary }}
|
style={{ marginBottom: "8px", color: colors.primary }}
|
||||||
>
|
>
|
||||||
{t("cartItems")} ({items.length})
|
{t("cart.yourOrder")}
|
||||||
</ProTitle>
|
</ProTitle>
|
||||||
<ProText type="secondary" style={{ fontSize: "16px" }}>
|
<ProText type="secondary" style={{ fontSize: "16px" }}>
|
||||||
{items.length === 0
|
{items.length === 0
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function TableNumberCard() {
|
|||||||
>
|
>
|
||||||
<ProInModalMultiSelect
|
<ProInModalMultiSelect
|
||||||
value={tables}
|
value={tables}
|
||||||
placeholder={t("tableNumber")}
|
placeholder={t("cart.tableNumber")}
|
||||||
size="large"
|
size="large"
|
||||||
optionList={getTableOptions()}
|
optionList={getTableOptions()}
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user