diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue index ee2f6e1c..776fc6ab 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -105,6 +105,12 @@ License along with this library. If not, see . @click="toggleCompletedSubtasksVisibility(task)"> {{ task.hideCompletedSubtasks ? $t('tasks', 'Show completed subtasks') : $t('tasks', 'Hide completed subtasks') }} + + {{ $t('tasks', 'Delete task') }} +