mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 21:46:16 +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,
|
"eventSources": fullcalendarEventSources,
|
||||||
"defaultView": ($(window).width() < 768) ? "agendaDay" : "agendaWeek",
|
"defaultView": ($(window).width() < 768) ? "agendaDay" : "agendaWeek",
|
||||||
"allDayText": sectionName,
|
"allDayText": sectionName,
|
||||||
|
"allDayHtml": sectionName,
|
||||||
"minTime": "00:00:00",
|
"minTime": "00:00:00",
|
||||||
"maxTime": "00:00:01",
|
"maxTime": "00:00:01",
|
||||||
"scrollTime": "00:00:00",
|
"scrollTime": "00:00:00",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user