From 023300c0c50bdfd2db0aa2a7814b35d4e047201d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 3 Nov 2021 16:55:14 +0000 Subject: [PATCH] Plus symbol --- webapp_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_calendar.py b/webapp_calendar.py index d16c596cd..2fc19edfa 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -456,7 +456,7 @@ def htmlCalendar(personCache: {}, cssCache: {}, translate: {}, newEventStr = \ '
\n

\n' + \ - '📅 ' + \ + '➕ ' + \ translate['Add to the calendar'] + '\n

\n
\n' calStr = \