Skip to content
Snippets Groups Projects
Verified Commit 54ae030a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Set a toolbar title for calendar overview

parent 80d7f4e4
No related branches found
No related tags found
1 merge request!1148Calendar events and iCal feeds
Pipeline #137551 canceled
......@@ -257,7 +257,7 @@
"update": "Update"
},
"calendar": {
"menu_title_overview": "Calendar",
"menu_title": "Calendar",
"month": "Month",
"week": "Week",
"day": "Day",
......
......@@ -1056,7 +1056,8 @@ const routes = [
meta: {
inMenu: true,
icon: "mdi-calendar",
titleKey: "calendar.menu_title_overview",
titleKey: "calendar.menu_title",
toolbarTitle: "calendar.menu_title",
permission: "core.view_calendar_feed_rule",
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment