diff --git a/frontend/src/components/AnalyticsDataComponent.vue b/frontend/src/components/AnalyticsDataComponent.vue
index fccde5cef..87f4627c8 100644
--- a/frontend/src/components/AnalyticsDataComponent.vue
+++ b/frontend/src/components/AnalyticsDataComponent.vue
@@ -3,9 +3,10 @@
{{ headerText }}
-
+
{{ $t("page.landing.meeting.analytics.allCreatedSessionsTitle") }}
+
{{ tweenedOverAllSessions.toFixed(0) }}
@@ -19,9 +20,10 @@
-
+
{{ $t("page.landing.meeting.analytics.lastMonthTitle") }}
+
{{ tweenedOverAllSessionsFromLastMonth.toFixed(0) }}
@@ -39,9 +41,10 @@
-
+
{{ $t("page.landing.meeting.analytics.activeTitle") }}
+
{{ tweenedCurrentSessions.toFixed(0) }}
@@ -149,11 +152,33 @@ export default Vue.extend({