This commit is contained in:
2020-06-24 22:28:15 +00:00
parent 6bb3ac290c
commit 9aa60dae7a
21 changed files with 61 additions and 61 deletions

View File

@@ -277,7 +277,7 @@ function generateMenu(vm) {
let menuOptions = {
isMain: false,
icon: "fa-sliders-h",
title: vm.$ay.t("Customize"),
title: "Customize",
helpUrl: "form-ay-customize",
formData: {
ayaType: window.$gz.type.FormCustom,
@@ -288,7 +288,7 @@ function generateMenu(vm) {
if (vm.rights.change) {
menuOptions.menuItems.push({
title: vm.$ay.t("Save"),
title: "Save",
icon: "fa-save",
surface: true,
key: FORM_KEY + ":save",
@@ -299,7 +299,7 @@ function generateMenu(vm) {
//Extra link to it here so people can stumble their way onto it
//plus it's related to this form and people think Customize for the whole shebang
menuOptions.menuItems.push({
title: vm.$ay.t("Translation"),
title: "Translation",
icon: "fa-language",
data: "adm-translation",
key: "app:nav"