diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index e26d5c01..24f19ee9 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -619,7 +619,7 @@ export default { placeOfBirth: 'Place of Birth', countryOfbirth: 'Country of Birth', issueCountry: 'Issue Country', - entryCount: 'Entry Count', + entryCount: 'Number of Days in the Country', employerSelect: { branchName: 'Branch Name', customerName: 'Employer Name', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index ce4c02bb..ce0bfcf0 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -621,7 +621,7 @@ export default { placeOfBirth: 'สถานที่เกิด', countryOfbirth: 'ประเทศที่เกิด', issueCountry: 'ประเทศที่ออก', - entryCount: 'จำนวนที่เข้าประเทศ', + entryCount: 'จำนวนวันที่เข้าประเทศ', employerSelect: { branchName: 'ชื่อสาขา', customerName: 'ชื่อนายจ้าง',