diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 2b9e38306..1bb972dcc 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -2,7 +2,7 @@
- {{ decay ? ' -' + decay.balance + ' ' + decayStartBlockTextShort : '' }} + {{ decay ? ' -' + $n(decay.balance, 'decimal') + ' ' + decayStartBlockTextShort : '' }} {{ $t('decay.noDecay') }}