Fix wrong week day
This commit is contained in:
parent
1b834bf35d
commit
47495a5d1a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ is_cancelled = false
|
|||
# Set to false if date for next year is not known yet:
|
||||
date_known = true
|
||||
|
||||
date_start_weekday = "Freitag"
|
||||
date_start_weekday = "Donnerstag"
|
||||
date_start_day = 29
|
||||
date_start_month = "Mai"
|
||||
|
||||
|
|
Loading…
Reference in a new issue