diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue
index b1739d4..eb28b6e 100644
--- a/src/components/Template/BaseInfoFormPackage.vue
+++ b/src/components/Template/BaseInfoFormPackage.vue
@@ -89,8 +89,8 @@
type="select" :item="sItem" v-model="formFields[key]" @copy="onCopy(sItem, key)"
@change="(e, type) => onSelectChange(key, e, type)" :error="errors[key]"
@update:error="errors[key] = false" :orange-bg="orangeBgFields[key]" />
-
-
{{ sItem.otherLabel ? $t(sItem.otherLabel) :
+
+
{{ sItem.otherLabel ? $t(sItem.otherLabel) :
$t("template.common.other") }}
onSelectChange(key, e, type)"
:error="errors[key]" @update:error="errors[key] = false"
:orange-bg="orangeBgFields[key]" />
-
-
{{ sItem.otherLabel ? $t(sItem.otherLabel) :
+
+
{{ sItem.otherLabel ? $t(sItem.otherLabel) :
$t("template.common.other") }}
onRegentSubmit(data, inputValue, sItem.subKey, sItem)"
:error="errors[sItem.subKey]" @update:error="errors[sItem.subKey] = false"
:value="formFields[sItem.subKey]" />
-
-
{{ sItem.otherLabel ? $t(sItem.otherLabel) :
+
+
{{ sItem.otherLabel ? $t(sItem.otherLabel) :
$t("template.common.other") }}