diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 190769ec..14e9c140 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -318,6 +318,15 @@ 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: window.$gz.locale.get("LocalizedTextDesign"), + icon: "language", + data: "adm-localized-text", + key: "app:nav" + }); + window.$gz.eventBus.$emit("menu-change", menuOptions); }