diff --git a/admin/src/components/CommunityStatistic.vue b/admin/src/components/CommunityStatistic.vue index 7e67f2ba9..19655b0e3 100644 --- a/admin/src/components/CommunityStatistic.vue +++ b/admin/src/components/CommunityStatistic.vue @@ -24,7 +24,7 @@
{{ $t('statistic.totalGradidoCreated') }}{{ $t('math.colon') }} - {{ ($n(value.totalGradidoCreated), 'decimal') }} {{ $t('GDD') }} + {{ $n(value.totalGradidoCreated, 'decimal') }} {{ $t('GDD') }} {{ value.totalGradidoCreated }}