From cd05a95a0f3d1c061d14346946d576de34331883 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 15 Jul 2021 20:07:31 +0200 Subject: [PATCH] Fix meal plan section title in (some) foreign languages --- public/viewjs/mealplan.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/viewjs/mealplan.js b/public/viewjs/mealplan.js index 3e2dee49..021d3352 100644 --- a/public/viewjs/mealplan.js +++ b/public/viewjs/mealplan.js @@ -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",