diff --git a/website/client/components/group-plans/taskInformation.vue b/website/client/components/group-plans/taskInformation.vue index a1cb91ce38..610ee98929 100644 --- a/website/client/components/group-plans/taskInformation.vue +++ b/website/client/components/group-plans/taskInformation.vue @@ -13,7 +13,7 @@ ) .row.tasks-navigation .col-12.col-md-4 - h1 Group's Tasks + h1 {{ $t('groupTasksTitle') }} // @TODO: Abstract to component! .col-12.col-md-4 .input-group diff --git a/website/client/components/tasks/column.vue b/website/client/components/tasks/column.vue index b56da47af2..e97f1899ce 100644 --- a/website/client/components/tasks/column.vue +++ b/website/client/components/tasks/column.vue @@ -446,7 +446,6 @@ export default { if (this.type !== 'todo') return; this.$root.$on('habitica::resync-requested', () => { - if (this.activeFilters.todo.label !== 'complete2') return; this.loadCompletedTodos(true); }); },