From 21907fce6511020fc93433f8fefd0bbe95ea5539 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:09:25 +0700 Subject: [PATCH] fix: typo --- src/i18n/tha/index.ts | 2 +- .../components/employer/EmployerFormBusiness.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index f994bcf4..b8cccd80 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -296,7 +296,7 @@ export default { businessTypeEN: 'ประเภทธุรกิจ (ภาษาอังกฤษ)', jobPosition: 'ตำแหน่งงาน', jobPositionEN: 'ตำแหน่งงาน (ภาษาอังกฤษ)', - jobDescription: 'รายละเอียดงาน (ภาษาอังกฤษ)', + jobDescription: 'รายละเอียดงาน', payDay: 'วันจ่ายเงินเดือน', payRate: 'อัตราค่าจ้าง', salesPerson: 'เจ้าหน้าที่ขาย', diff --git a/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue b/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue index ff6ec966..03c98692 100644 --- a/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue +++ b/src/pages/03_customer-management/components/employer/EmployerFormBusiness.vue @@ -110,7 +110,7 @@ let jobPositionFilter = selectFilterOptionRefMod( class="col-md-6 col-12" :dense="dense" :readonly="readonly" - :label="$t('businessType')" + :label="$t('customer.form.businessType')" :options="typeBusinessOptions" :for="`${prefixId}-select-business-type`" @filter="typeBusinessFilter"