thousand separator inserted

This commit is contained in:
ogerly 2022-08-18 08:37:38 +02:00
parent cd13071441
commit fed8701bda

View File

@ -24,7 +24,7 @@
</div>
<div>
{{ $t('statistic.totalGradidoCreated') }}{{ $t('math.colon') }}
<b>{{ ($n(value.totalGradidoCreated), 'decimal') }} {{ $t('GDD') }}</b>
<b>{{ $n(value.totalGradidoCreated, 'decimal') }} {{ $t('GDD') }}</b>
<small class="ml-5">{{ value.totalGradidoCreated }}</small>
</div>
<div>