diff --git a/webapp/src/components/HardwareInfo.vue b/webapp/src/components/HardwareInfo.vue index c7f342fb8..ed8a67918 100644 --- a/webapp/src/components/HardwareInfo.vue +++ b/webapp/src/components/HardwareInfo.vue @@ -22,8 +22,8 @@ {{ $t('hardwareinfo.FlashSize') }} - {{ systemStatus.flashsize }} {{ $t('hardwareinfo.Bytes') }} - ({{ systemStatus.flashsize / 1024 / 1024 }} {{ $t('hardwareinfo.MegaBytes') }}) + {{ $n(systemStatus.flashsize) }} {{ $t('hardwareinfo.Bytes') }} + ({{ $n(systemStatus.flashsize / 1024 / 1024) }} {{ $t('hardwareinfo.MegaBytes') }})