This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<v-form ref="form">
|
||||
<v-tabs mobile-breakpoint="100" v-model="tab">
|
||||
<v-tab>{{ $ay.t("User") }}</v-tab>
|
||||
<v-tab>{{ $ay.t("Contact") }}</v-tab>
|
||||
<v-tab v-if="obj.id != 0">{{ $ay.t("UserSettings") }}</v-tab>
|
||||
|
||||
<v-tabs-items v-model="tab">
|
||||
@@ -1068,7 +1068,6 @@ async function initForm(vm) {
|
||||
//
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"User",
|
||||
"UserSettings",
|
||||
"Contact",
|
||||
"Name",
|
||||
|
||||
Reference in New Issue
Block a user