This commit is contained in:
2020-03-02 23:14:17 +00:00
parent 5aa659dbf1
commit 98b8cf40f9

View File

@@ -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);
}