From 47c6c2f71942b31590aaef37f41669ef59c58dc3 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:06:36 +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/01_branch-management/FormBranchInformation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/01_branch-management/FormBranchInformation.vue b/src/components/01_branch-management/FormBranchInformation.vue index 3e8f433a..c1636c24 100644 --- a/src/components/01_branch-management/FormBranchInformation.vue +++ b/src/components/01_branch-management/FormBranchInformation.vue @@ -77,8 +77,8 @@ defineProps<{ class="col-12" :label=" typeBranch === 'headOffice' - ? $t('formDialogInputNameHqEn') - : $t('formDialogInputNameSubBranchEn') + ? $t('formDialogInputNameHq') + : $t('formDialogInputNameSubBranch') " v-model="name" lazy-rules