fix: i18n จำนวนที่เข้า => จำนวนวันที่เข้า
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
puriphatt 2025-07-11 09:45:03 +07:00
parent db7f96fc02
commit 0c59ef89ca
2 changed files with 2 additions and 2 deletions

View file

@ -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',

View file

@ -621,7 +621,7 @@ export default {
placeOfBirth: 'สถานที่เกิด',
countryOfbirth: 'ประเทศที่เกิด',
issueCountry: 'ประเทศที่ออก',
entryCount: 'จำนวนที่เข้าประเทศ',
entryCount: 'จำนวนวันที่เข้าประเทศ',
employerSelect: {
branchName: 'ชื่อสาขา',
customerName: 'ชื่อนายจ้าง',