From 98b8cf40f985b478c5ea8c52f53e6e25e2fcfda0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 2 Mar 2020 23:14:17 +0000 Subject: [PATCH] --- ayanova/src/views/ay-customize.vue | 9 +++++++++ 1 file changed, 9 insertions(+) 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); }