diff --git a/interface/src/framework/system/ESPSystemStatus.tsx b/interface/src/framework/system/ESPSystemStatus.tsx index 24b3f9eab..5cdc61bbf 100644 --- a/interface/src/framework/system/ESPSystemStatus.tsx +++ b/interface/src/framework/system/ESPSystemStatus.tsx @@ -117,7 +117,7 @@ const ESPSystemStatus: FC = () => { formatNumber(data.free_heap) + ' KB (' + formatNumber(data.max_alloc_heap) + - ' KB alloc)' + ' KB max alloc)' } />