diff --git a/src/i18n/en-US/employer-dialog.ts b/src/i18n/en-US/employer-dialog.ts index 0d84df27..31d08d86 100644 --- a/src/i18n/en-US/employer-dialog.ts +++ b/src/i18n/en-US/employer-dialog.ts @@ -6,4 +6,6 @@ export default { corporationEnglish: 'English company name', companyOwnerName: 'Company Owner Name', + + corporation:'Corporation' }; diff --git a/src/i18n/th-th/employer-dialog.ts b/src/i18n/th-th/employer-dialog.ts index 798aeede..e2f28c78 100644 --- a/src/i18n/th-th/employer-dialog.ts +++ b/src/i18n/th-th/employer-dialog.ts @@ -6,4 +6,7 @@ export default { corporationEnglish: 'ชื่อ บริษัท ภาษาอังกฤษ', companyOwnerName: 'ชื่อเจ้าของบริษัท', + + corporation:'ชื่อ บริษัท/นิติบุคคล' + };