This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "folder",
|
||||
title: window.$gz.locale.get("FILES MANAGER"),
|
||||
title: window.$gz.locale.get("Attachments"),
|
||||
helpUrl: "user-form-files-list"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "history",
|
||||
title: window.$gz.locale.get("HISTORY"),
|
||||
title: window.$gz.locale.get("History"),
|
||||
helpUrl: "user-form-history"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "chart-line",
|
||||
title: window.$gz.locale.get("KPI CHARTS"),
|
||||
title: window.$gz.locale.get("Statistics"),
|
||||
helpUrl: "user-form-kpi"
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user