From 5b80737cd345bc523e60744f3c790294ba3eef53 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:24:37 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/03_customer-management/AboutComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index 293d3edc..bba9d532 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -33,7 +33,7 @@ const employerBranchCode = defineModel('employerBranchCode'); :borderless="readonly" hide-bottom-space class="col-6" - :label="$t('formDialogEmployerRanchCode')" + :label="$t('branchCode')" v-model="employerBranchCode" />