diff --git a/src/components/01_branch-management/FormBranchInformation.vue b/src/components/01_branch-management/FormBranchInformation.vue index 4c93407a..60d7157d 100644 --- a/src/components/01_branch-management/FormBranchInformation.vue +++ b/src/components/01_branch-management/FormBranchInformation.vue @@ -72,7 +72,11 @@ defineProps<{ :borderless="readonly" hide-bottom-space class="col-12" - :label="$t('formDialogInputNameHq')" + :label=" + typeBranch === 'headOffice' + ? $t('formDialogInputNameHqEn') + : $t('formDialogInputNameSubBranchEn') + " v-model="name" lazy-rules :rules="[(val) => val && val.length > 0]"