diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index e881c39b..65dea4a4 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -542,6 +542,7 @@ export default { relationCustomerBranchNotFound: 'Customer Branch cannot be found.', sameBranchCodeExists: 'This Head Office Abbreviation is already in use.', validateError: 'Validate Error', + codeMisMatch: 'Code Mismatch', }, }, }; diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 972c6f1a..c451d4dc 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -539,6 +539,7 @@ export default { relationCustomerBranchNotFound: 'ไม่พบสาขาลูกค้า', sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว', validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ', + codeMisMatch: 'รหัสไม่ตรงกัน', }, }, };