diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index c4c17eae..bd73b2d4 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1234,6 +1234,8 @@ export default { reqNotMet: 'Not Match', systemError: 'A system error occurred.', taskOrderInvalid: 'Please select the product and the organization.', + + flowAccountProductIdNotFound: 'Product not found in flow account', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index f94f9a7a..fabda8d0 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1220,6 +1220,7 @@ export default { reqNotMet: 'ไม่ตรงกัน', systemError: 'ระบบเกิดข้อผิดพลาด', taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', + flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account', }, },