diff --git a/js/src/views/Event/Event.vue b/js/src/views/Event/Event.vue index 1df1d938b..a0f4d4305 100644 --- a/js/src/views/Event/Event.vue +++ b/js/src/views/Event/Event.vue @@ -15,10 +15,18 @@ import {ParticipantRole} from "@/types/event.model";

{{ event.title }}

- + + + {{ $tc('One person is going', event.participantStats.approved, {approved: event.participantStats.approved}) }} + + + {{ $tc('You and one other person are going to this event', event.participantStats.participants, { approved: event.participantStats.participants }) }} + + + {{ $tc('One person is going', event.participantStats.approved, {approved: event.participantStats.approved}) }} - + {{ $tc('You and one other person are going to this event', event.participantStats.participants, { approved: event.participantStats.participants }) }}