This commit is contained in:
@@ -562,7 +562,7 @@ function initNavPanel() {
|
||||
|
||||
//TRANSLATION
|
||||
sub.push({
|
||||
title: t("Translation"),
|
||||
title: t("TranslationList"),
|
||||
icon: "fa-language",
|
||||
route: "/adm-translations",
|
||||
key: key++
|
||||
|
||||
@@ -78,6 +78,7 @@ export default {
|
||||
"HelpLicense",
|
||||
"UserList",
|
||||
"Translation",
|
||||
"TranslationList",
|
||||
"ReportList",
|
||||
"ReminderList",
|
||||
"Inventory",
|
||||
|
||||
@@ -70,7 +70,7 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-language",
|
||||
title: vm.$ay.t("Translation"),
|
||||
title: vm.$ay.t("TranslationList"),
|
||||
helpUrl: "form-adm-translations",
|
||||
menuItems: [],
|
||||
formData: {
|
||||
|
||||
Reference in New Issue
Block a user