diff --git a/website/client/components/tasks/column.vue b/website/client/components/tasks/column.vue index 4c05c495bc..9347226c6a 100644 --- a/website/client/components/tasks/column.vue +++ b/website/client/components/tasks/column.vue @@ -24,7 +24,7 @@ ref="columnBackground", ) .svg-icon(v-html="icons[type]", :class="`icon-${type}`", v-once) - h3(v-once) {{$t('theseAreYourTasks', {taskType: `${type}s`})}} + h3(v-once) {{$t('theseAreYourTasks', {taskType: $t(types[type].label)})}} .small-text {{$t(`${type}sDesc`)}}