This commit is contained in:
@@ -506,7 +506,7 @@ export default function initialize() {
|
|||||||
|
|
||||||
//NOTIFICATION CONFIG AND HISTORY
|
//NOTIFICATION CONFIG AND HISTORY
|
||||||
sub.push({
|
sub.push({
|
||||||
title: window.$gz.locale.get("NOTIFY SETTINGS"),
|
title: window.$gz.locale.get("NotificationSettings"),
|
||||||
icon: "bullhorn",
|
icon: "bullhorn",
|
||||||
route: "/notifysettings",
|
route: "/notifysettings",
|
||||||
key: key++
|
key: key++
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export default {
|
|||||||
window.$gz.eventBus.$emit("menu-change", {
|
window.$gz.eventBus.$emit("menu-change", {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "bullhorn",
|
icon: "bullhorn",
|
||||||
title: window.$gz.locale.get("NOTIFY SETTINGS"),
|
title: window.$gz.locale.get("NotificationSettings"),
|
||||||
helpUrl: "user-form-notify-settings"
|
helpUrl: "user-form-notify-settings"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user