diff --git a/src/components/lists/TodosList.vue b/src/components/lists/TodosList.vue index bf3b8e091..4b00cce4f 100644 --- a/src/components/lists/TodosList.vue +++ b/src/components/lists/TodosList.vue @@ -41,21 +41,16 @@ > {{ $t('assets.fields.description') }} - - {{ $t('tasks.fields.estimation').substring(0, 3) }}. + + {{ $t('main.estimation_short') }} - + {{ $t('tasks.fields.duration').substring(0, 3) }}. - + {{ $t('tasks.fields.start_date_short') }} - + {{ $t('tasks.fields.due_date') }} - + - + - +