diff --git a/js/src/components/Event/EventCard.vue b/js/src/components/Event/EventCard.vue index bcf92c9b4..8b14a2a8a 100644 --- a/js/src/components/Event/EventCard.vue +++ b/js/src/components/Event/EventCard.vue @@ -26,13 +26,13 @@ variant="info" v-if="event.status === EventStatus.TENTATIVE" > - {{ $t("Tentative") }} + {{ t("Tentative") }} - {{ $t("Cancelled") }} + {{ t("Cancelled") }}