From 59ffedeb23cf9dbbf2bbb2f15dd5bbd232bd4081 Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Thu, 28 Nov 2024 14:38:53 +0100 Subject: [PATCH] [qa] clean code --- src/components/lists/TodosList.vue | 58 +++++++++++++----------------- 1 file changed, 24 insertions(+), 34 deletions(-) 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') }} - + - + - +