diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 0d54e89a..b0dce118 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -593,6 +593,7 @@ export default { sameBranchCodeExists: 'This Head Office Abbreviation is already in use.', validateError: 'Validate Error', codeMisMatch: 'Code Mismatch', + userExists: 'User already exits.', }, }, }; diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index ebc0d0a9..dce5417a 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -588,6 +588,7 @@ export default { sameBranchCodeExists: 'ตัวย่อสำนักงานใหญ่นี้ถูกใช้แล้ว', validateError: 'เกิดข้อผิดพลาดจากการตรวจสอบ', codeMisMatch: 'รหัสไม่ตรงกัน', + userExists: 'ชื่อผู้ใช้นี้มีอยู่ในระบบอยู่แล้ว', }, }, };