fix: label due today tasks correctly
This commit is contained in:
@@ -188,7 +188,7 @@ class TaskInstance(TimestampMixin, db.Model):
|
||||
def status_label(self) -> str:
|
||||
labels = {
|
||||
"open": "Offen",
|
||||
"due_today": "Bald fällig",
|
||||
"due_today": "Heute fällig",
|
||||
"due_tomorrow": "Morgen fällig",
|
||||
"due_day_after_tomorrow": "Übermorgen fällig",
|
||||
"overdue": "Überfällig",
|
||||
|
||||
Reference in New Issue
Block a user