This commit is contained in:
@@ -556,9 +556,9 @@ export default function initialize() {
|
|||||||
|
|
||||||
// CUSTOM FIELD DESIGNER NOT REQUIRED, OPENS FROM INDIVIDUAL FORMS
|
// CUSTOM FIELD DESIGNER NOT REQUIRED, OPENS FROM INDIVIDUAL FORMS
|
||||||
|
|
||||||
//LOCALIZED TEXT DESIGNER
|
//TRANSLATION
|
||||||
sub.push({
|
sub.push({
|
||||||
title: window.$gz.translation.get("LocalizedTextDesign"),
|
title: window.$gz.translation.get("Translation"),
|
||||||
icon: "language",
|
icon: "language",
|
||||||
route: "/adm-localized-text",
|
route: "/adm-localized-text",
|
||||||
key: key++
|
key: key++
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ export default {
|
|||||||
"AdministrationGlobalSettings",
|
"AdministrationGlobalSettings",
|
||||||
"HelpLicense",
|
"HelpLicense",
|
||||||
"UserList",
|
"UserList",
|
||||||
"LocalizedTextDesign",
|
"Translation",
|
||||||
"ReportList",
|
"ReportList",
|
||||||
"ReminderList",
|
"ReminderList",
|
||||||
"Inventory",
|
"Inventory",
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ export default {
|
|||||||
window.$gz.eventBus.$emit("menu-change", {
|
window.$gz.eventBus.$emit("menu-change", {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "language",
|
icon: "language",
|
||||||
title: window.$gz.translation.get("LocalizedTextDesign"),
|
title: window.$gz.translation.get("Translation"),
|
||||||
helpUrl: "form-adm-localized-text"
|
helpUrl: "form-adm-translation"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -320,7 +320,7 @@ function generateMenu(vm) {
|
|||||||
//Extra link to it here so people can stumble their way onto it
|
//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
|
//plus it's related to this form and people think Customize for the whole shebang
|
||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: window.$gz.translation.get("LocalizedTextDesign"),
|
title: window.$gz.translation.get("Translation"),
|
||||||
icon: "language",
|
icon: "language",
|
||||||
data: "adm-localized-text",
|
data: "adm-localized-text",
|
||||||
key: "app:nav"
|
key: "app:nav"
|
||||||
|
|||||||
Reference in New Issue
Block a user