mirror of
https://github.com/grocy/grocy.git
synced 2026-04-12 07:16:15 +02:00
Fix meal plan section title in (some) foreign languages
This commit is contained in:
parent
2d2700cacb
commit
cd05a95a0f
|
|
@ -42,6 +42,7 @@ $(".calendar").each(function()
|
|||
"eventSources": fullcalendarEventSources,
|
||||
"defaultView": ($(window).width() < 768) ? "agendaDay" : "agendaWeek",
|
||||
"allDayText": sectionName,
|
||||
"allDayHtml": sectionName,
|
||||
"minTime": "00:00:00",
|
||||
"maxTime": "00:00:01",
|
||||
"scrollTime": "00:00:00",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user