This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user