From 303bc1214dd61f0104abf45247d0a545fedf26be Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:00:41 +0700 Subject: [PATCH] refactor: wording --- src/i18n/eng.ts | 4 ++-- src/i18n/tha.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index fd538b02..6a8ac77e 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -898,8 +898,8 @@ export default { Waiting: 'Work assigned, awaiting action', InProgress: 'In progress', Validate: 'Awaiting validation', - Ended: 'Completed', - Completed: 'Work finished', + Ended: 'Ended', + Completed: 'Completed', Canceled: 'Canceled', }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 142e28fa..aaa96f3d 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -888,8 +888,8 @@ export default { Waiting: 'สั่งแล้วรอดำเนินการ', InProgress: 'กำลังดำเนินการ', Validate: 'รอตรวจสอบ', - Ended: 'เสร็จสิ้น', - Completed: 'จบงาน', + Ended: 'จบงาน', + Completed: 'เสร็จสิ้น', Canceled: 'ยกเลิก', }, Pending: 'รอดำเนินการ',