diff --git a/src/components/lists/TodosList.vue b/src/components/lists/TodosList.vue index bf3b8e091..c411c063d 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') }} {{ formatDuration(entry.estimation) }} @@ -171,29 +166,29 @@ - + - +