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