diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 4fe9dcdc..4067245e 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -171,6 +171,7 @@ export default { basicInformation: 'Basic Information', address: 'Address', }, + customerInformation: 'Customer Information{msg}', birthDate: 'Birth Date', email: 'Email', telephone: 'Telephone', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 2ad3621b..4f978ff5 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -170,6 +170,7 @@ export default { basicInformation: 'ข้อมูลพื้นฐาน', address: 'ข้อมูลที่อยู่', }, + customerInformation: 'ข้อมูลนายจ้าง{msg}', alienReferenceNumber: 'เลขที่อ้างอิงคนต่างด้าว', birthDate: 'วันเดือนปีเกิด', email: 'อีเมล',