diff --git a/src/i18n/en-US/customer-main-page.ts b/src/i18n/en-US/customer-main-page.ts index 9c2cada4..864536e8 100644 --- a/src/i18n/en-US/customer-main-page.ts +++ b/src/i18n/en-US/customer-main-page.ts @@ -9,7 +9,7 @@ export default { customerEmployerAdd: 'Add employer', customerEmployeeAdd: 'Add employee', - nameEmployee: 'Name Employee', + nameEmployee: 'Employee', EMPLOYER: 'Employer', EMPLOYEE: 'Employee', diff --git a/src/i18n/th-th/customer-main-page.ts b/src/i18n/th-th/customer-main-page.ts index 75f318a6..1165c883 100644 --- a/src/i18n/th-th/customer-main-page.ts +++ b/src/i18n/th-th/customer-main-page.ts @@ -9,7 +9,7 @@ export default { customerEmployerAdd: 'เพิ่มนายจ้าง', customerEmployeeAdd: 'เพิ่มลูกจ้าง', - nameEmployee: 'ชื่อคนงาน', + nameEmployee: 'คนงาน', EMPLOYER: 'นายจ้าง', EMPLOYEE: 'ลูกจ้าง', diff --git a/src/i18n/th-th/user.ts b/src/i18n/th-th/user.ts index 60d38d10..23499a75 100644 --- a/src/i18n/th-th/user.ts +++ b/src/i18n/th-th/user.ts @@ -1,7 +1,7 @@ export default { firstname: 'ชื่อ', lastname: 'นามสกุล', - fullname: 'ชื่อ-นามสกุล', + fullname: 'ชื่อ-นามสกุล {msg}', userType: 'ประเภทผู้ใช้งาน', userRole: 'สิทธิ์ผู้ใช้งาน', userCode: 'รหัสพนักงาน',