diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts
index 31354971..6b68834d 100644
--- a/src/i18n/en-US/index.ts
+++ b/src/i18n/en-US/index.ts
@@ -127,6 +127,12 @@ export default {
},
customerBranch: {
form: {
+ tab: {
+ main: 'About',
+ address: 'Address',
+ business: 'Business',
+ contact: 'Contact',
+ },
no: 'Branch No.',
code: 'Branch Code',
taxNo: 'Tax Identification Number',
diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts
index a0905a48..156c9bfb 100644
--- a/src/i18n/th-th/index.ts
+++ b/src/i18n/th-th/index.ts
@@ -130,6 +130,12 @@ export default {
},
},
customerBranch: {
+ tab: {
+ main: 'เกี่ยวกับ',
+ address: 'ที่อยู่',
+ business: 'ธุรกิจ',
+ contact: 'ติดต่อ',
+ },
form: {
no: 'เลขที่สาขา',
code: 'รหัสสาขา',
diff --git a/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue b/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue
index cd589890..555b5954 100644
--- a/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue
+++ b/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue
@@ -81,10 +81,13 @@ defineProps<{
active-color="primary"
no-caps
>
-
-
-
-
+
+
+
+