diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 9afb6737..c4c17eae 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1233,6 +1233,7 @@ export default { taskListNotPending: 'One or more task is not pending.', reqNotMet: 'Not Match', systemError: 'A system error occurred.', + taskOrderInvalid: 'Please select the product and the organization.', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 3430d2f6..f94f9a7a 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1219,6 +1219,7 @@ export default { 'มีงานหนึ่งงานหรือมากกว่าที่ไม่อยู่ในสถานะรอดำเนินการ', reqNotMet: 'ไม่ตรงกัน', systemError: 'ระบบเกิดข้อผิดพลาด', + taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', }, },