From fddaf80f899556948054a27072a42e3ec6f90234 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 28 Aug 2024 14:16:11 +0700 Subject: [PATCH] feat: code mismatch --- src/i18n/eng/index.ts | 1 + src/i18n/tha/index.ts | 1 + 2 files changed, 2 insertions(+) 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: 'รหัสไม่ตรงกัน', }, }, };