This commit is contained in:
2020-06-23 22:13:06 +00:00
parent 68983011a2
commit e9d3de2bee
3 changed files with 3 additions and 2 deletions

View File

@@ -562,7 +562,7 @@ function initNavPanel() {
//TRANSLATION //TRANSLATION
sub.push({ sub.push({
title: t("Translation"), title: t("TranslationList"),
icon: "fa-language", icon: "fa-language",
route: "/adm-translations", route: "/adm-translations",
key: key++ key: key++

View File

@@ -78,6 +78,7 @@ export default {
"HelpLicense", "HelpLicense",
"UserList", "UserList",
"Translation", "Translation",
"TranslationList",
"ReportList", "ReportList",
"ReminderList", "ReminderList",
"Inventory", "Inventory",

View File

@@ -70,7 +70,7 @@ function generateMenu(vm) {
let menuOptions = { let menuOptions = {
isMain: true, isMain: true,
icon: "fa-language", icon: "fa-language",
title: vm.$ay.t("Translation"), title: vm.$ay.t("TranslationList"),
helpUrl: "form-adm-translations", helpUrl: "form-adm-translations",
menuItems: [], menuItems: [],
formData: { formData: {