Bug in the reminder fixed:

The reminder was entered one day too early.
This commit is contained in:
2023-12-28 00:36:15 +01:00
parent f8a78060c9
commit 09962d8720
5 changed files with 7 additions and 5 deletions

View File

@@ -61,7 +61,6 @@
<label for="reminder-days-select">Tage vor Abfuhr erinnern:</label>
<select id="reminder-days-select">
<!-- Options for days -->
<option value="0">Am Tag selbst</option>
<option value="1" selected>1 Tag</option>
<option value="2">2 Tage</option>
<option value="3">3 Tage</option>