diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 35dbec8f..2507ad7a 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -532,9 +532,8 @@ "titleCurrent": "Current Tasks", "titleDates": "Tasks from {from} until {to}", "noDates": "Show tasks without dates", - "current": "Current tasks", - "from": "Tasks from", - "until": "until", + "fromuntil": "Tasks from {from} until {until}", + "select": "Select a range:", "today": "Today", "nextWeek": "Next Week", "nextMonth": "Next Month", diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index d639d113..89a7a182 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -8,37 +8,34 @@ > {{ $t('task.show.noDates') }} -
+ {{ $t('task.show.select') }}