This commit is contained in:
2019-12-19 00:06:05 +00:00
parent ce9c9da58e
commit f128cff1d1
2 changed files with 2 additions and 2 deletions

View File

@@ -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++

View File

@@ -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"
});
}