diff --git a/website/client/src/components/group-plans/taskInformation.vue b/website/client/src/components/group-plans/taskInformation.vue index 80c2f97f32..ccc79a9198 100644 --- a/website/client/src/components/group-plans/taskInformation.vue +++ b/website/client/src/components/group-plans/taskInformation.vue @@ -13,7 +13,7 @@ />
-

{{ $t('groupTasksTitle') }}

+

{{ group.name }}

@@ -90,6 +90,10 @@ @import '~@/assets/scss/colors.scss'; @import '~@/assets/scss/create-task.scss'; + h1 { + color: $purple-300; + } + .tasks-navigation { margin-bottom: 40px; }