From 744d6d8429a907e70f3fa95a939b248de790423b Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Thu, 16 Oct 2025 16:12:11 +0800 Subject: [PATCH] quick fix translation --- .../FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx | 3 ++- src/i18n/zh/do.json | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx b/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx index b33b279..5033768 100644 --- a/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx +++ b/src/components/FinishedGoodSearch/FinishedGoodFloorLanePanel.tsx @@ -126,7 +126,8 @@ const FinishedGoodFloorLanePanel: React.FC = ({ onPickOrderAssigned }) => id="date-select" value={selectedDate} label={t("Select Date")} - onChange={(e) => setSelectedDate(e.target.value)} + + onChange={(e) => { setSelectedDate(e.target.value)}} > {t("Today")} ({getDateLabel(0)}) diff --git a/src/i18n/zh/do.json b/src/i18n/zh/do.json index a595912..e21ebc7 100644 --- a/src/i18n/zh/do.json +++ b/src/i18n/zh/do.json @@ -55,7 +55,5 @@ "Pick Order Assignment": "提料單分配", "Release 2/F": "放單2/F", "Release 4/F": "放單4/F", - "Stock Status": "庫存狀態", - "Finished: ": "已放送貨訂單:", - "Total:": "已選擇送貨訂單:" + "Stock Status": "庫存狀態" } \ No newline at end of file