diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 5d1047817..70dab2669 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -533,6 +533,7 @@ "titleCurrent": "Current Tasks", "titleDates": "Tasks from {from} until {to}", "noDates": "Show tasks without dates", + "overdue": "Show overdue tasks", "fromuntil": "Tasks from {from} until {until}", "select": "Select a range:", "today": "Today", diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index 28de21708..0c0f7f3ee 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -1,17 +1,24 @@