diff --git a/js/src/components/Group/GroupMemberCard.vue b/js/src/components/Group/GroupMemberCard.vue index 9f12cd793..3693e38f9 100644 --- a/js/src/components/Group/GroupMemberCard.vue +++ b/js/src/components/Group/GroupMemberCard.vue @@ -20,9 +20,9 @@
+ {{ props.row.name }} +
+ @{{ props.row.preferredUsername }}{{ - $t( + t( "Groups are spaces for coordination and preparation to better organize events and manage your community." ) }} @@ -13,7 +13,7 @@ tag="router-link" variant="primary" :to="{ name: RouteName.CREATE_GROUP }" - >{{ $t("Create group") }}{{ t("Create group") }}
- {{ $t("You are not part of any group.") }}
+ {{ t("You are not part of any group.") }}