From 92e99dd9a43cb3acd6901bd1c8418082f0e36772 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 22 Nov 2024 14:37:59 +0700 Subject: [PATCH] refactor: edit 18n --- src/i18n/tha.ts | 2 +- src/pages/03_customer-management/MainPage.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 8cc886b4..67f2eccc 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -518,7 +518,7 @@ export default { form: { group: { personalInfo: 'ข้อมูลส่วนตัว', - passport: 'ข้อมูล Passport', + passport: 'ข้อมูลหนังสือเดินทาง', visa: 'ข้อมูล Visa', healthCheck: 'ข้อมูลสุขภาพ', workHistory: 'ข้อมูลการทำงาน', diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index b161a7ea..12654bb5 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -2542,7 +2542,7 @@ const emptyCreateDialog = ref(false); })) || []), { - name: $t('customerEmployee.form.group.visa'), + name: $t('customerEmployee.form.group.healthCheck'), anchor: 'form-employee-checkup', tab: 'healthCheck', useBtn: @@ -4429,7 +4429,7 @@ const emptyCreateDialog = ref(false); })) || []), { - name: $t('customerEmployee.form.group.visa'), + name: $t('customerEmployee.form.group.healthCheck'), anchor: 'drawer-employee-checkup', tab: 'healthCheck', useBtn: