This commit is contained in:
2019-12-30 19:16:18 +00:00
parent 91a5346263
commit 1c208f0c48
5 changed files with 35 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "sticky-note",
title: window.$gz.locale.get("ScheduleMarkerList"),
title: window.$gz.locale.get("ReminderList"),
helpUrl: "form-home-reminders"
});
}