From 91fc4235aa22421b448f18b6ad39699f9b3fe095 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:33:01 -0400 Subject: [PATCH] fix(string): remove "due" string (#14683) --- website/client/src/components/tasks/task.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/tasks/task.vue b/website/client/src/components/tasks/task.vue index 66a15c97ec..542cae8ce2 100644 --- a/website/client/src/components/tasks/task.vue +++ b/website/client/src/components/tasks/task.vue @@ -244,7 +244,7 @@ class="svg-icon calendar my-auto" v-html="icons.calendar" > - {{ $t('due') }} {{ formatDueDate() }} + {{ formatDueDate() }}