From c5ec4aa6d010c815ea9ee179c309502e0caac04d Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Thu, 28 Nov 2024 14:37:38 +0100 Subject: [PATCH] [qa] clean code --- src/components/lists/TodosList.vue | 54 ++++++++++++------------------ 1 file changed, 22 insertions(+), 32 deletions(-) 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 @@ - + - +