rename System Status to Hardware Status

This commit is contained in:
proddy
2024-07-15 21:31:11 +02:00
parent 2d63320afb
commit d0bb9aca3b
3 changed files with 3 additions and 3 deletions

View File

@@ -391,7 +391,7 @@ const SystemStatus: FC = () => {
disabled={!me.admin}
icon={MemoryIcon}
bgcolor="#68374d"
label={LL.STATUS_OF(LL.SYSTEM(1))}
label={LL.STATUS_OF(LL.HARDWARE())}
text={formatNumber(data.free_heap) + ' KB' + ' ' + LL.FREE_MEMORY()}
to="/system/espsystemstatus"
/>