diff --git a/interface/src/framework/system/SystemStatusForm.tsx b/interface/src/framework/system/SystemStatusForm.tsx
index f4e0a4aab..080b3fac0 100644
--- a/interface/src/framework/system/SystemStatusForm.tsx
+++ b/interface/src/framework/system/SystemStatusForm.tsx
@@ -319,9 +319,7 @@ const SystemStatusForm: FC = () => {
@@ -333,14 +331,7 @@ const SystemStatusForm: FC = () => {
diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts
index 8a1f36c1f..e6095ed19 100644
--- a/interface/src/i18n/de/index.ts
+++ b/interface/src/i18n/de/index.ts
@@ -182,8 +182,8 @@ const de: Translation = {
HEAP: 'RAM Speicher (Frei / Max Belegt)',
PSRAM: 'PSRAM (Größe / Frei)',
FLASH: 'Flash Speicher (Größe / Geschwindigkeit)',
- APPSIZE: 'Programm (Größe / Frei)',
- FILESYSTEM: 'Dateisystem (Genutzt / Gesamt)',
+ APPSIZE: 'Programm (Genutzt / Frei)',
+ FILESYSTEM: 'Dateisystem (Genutzt / Frei)',
BUFFER_SIZE: 'Puffergröße',
COMPACT: 'Kompakte Darstellung',
ENABLE_OTA: 'OTA Updates verwenden',
diff --git a/interface/src/i18n/en/index.ts b/interface/src/i18n/en/index.ts
index ad7387560..389d086c8 100644
--- a/interface/src/i18n/en/index.ts
+++ b/interface/src/i18n/en/index.ts
@@ -182,8 +182,8 @@ const en: BaseTranslation = {
HEAP: 'Heap (Free / Max Alloc)',
PSRAM: 'PSRAM (Size / Free)',
FLASH: 'Flash Chip (Size / Speed)',
- APPSIZE: 'Application (Size / Free)',
- FILESYSTEM: 'File System (Used / Total)',
+ APPSIZE: 'Application (Used / Free)',
+ FILESYSTEM: 'File System (Used / Free)',
BUFFER_SIZE: 'Buffer Size',
COMPACT: 'Compact',
ENABLE_OTA: 'Enable OTA Updates',
diff --git a/interface/src/i18n/i18n-types.ts b/interface/src/i18n/i18n-types.ts
index d9d0c0749..ae370198b 100644
--- a/interface/src/i18n/i18n-types.ts
+++ b/interface/src/i18n/i18n-types.ts
@@ -730,11 +730,11 @@ type RootTranslation = {
*/
FLASH: string
/**
- * Application (Size / Free)
+ * Application (Used / Free)
*/
APPSIZE: string
/**
- * File System (Used / Total)
+ * File System (Used / Free)
*/
FILESYSTEM: string
/**
@@ -1747,11 +1747,11 @@ export type TranslationFunctions = {
*/
FLASH: () => LocalizedString
/**
- * Application (Size / Free)
+ * Application (Used / Free)
*/
APPSIZE: () => LocalizedString
/**
- * File System (Used / Total)
+ * File System (Used / Free)
*/
FILESYSTEM: () => LocalizedString
/**
diff --git a/interface/src/i18n/nl/index.ts b/interface/src/i18n/nl/index.ts
index 15ec2937b..589e8ca2e 100644
--- a/interface/src/i18n/nl/index.ts
+++ b/interface/src/i18n/nl/index.ts
@@ -183,8 +183,8 @@ const nl: BaseTranslation = {
HEAP: 'Heap (Free / Max Alloc)',
PSRAM: 'PSRAM (Size / Free)',
FLASH: 'Flash Chip (Size / Speed)',
- APPSIZE: 'Application (Size / Free)',
- FILESYSTEM: 'File System (Used / Total)',
+ APPSIZE: 'Application (Used / Free)',
+ FILESYSTEM: 'File System (Used / Free)',
BUFFER_SIZE: 'Buffer Size',
COMPACT: 'Compact',
ENABLE_OTA: 'Acitveer OTA Updates',
diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts
index fdca24461..451097059 100644
--- a/interface/src/i18n/no/index.ts
+++ b/interface/src/i18n/no/index.ts
@@ -182,8 +182,8 @@ const no: BaseTranslation = {
HEAP: 'Heap (Free / Max Alloc)',
PSRAM: 'PSRAM (Size / Free)',
FLASH: 'Flash Chip (Size / Speed)',
- APPSIZE: 'Application (Size / Free)',
- FILESYSTEM: 'File System (Used / Total)',
+ APPSIZE: 'Application (Used / Free)',
+ FILESYSTEM: 'File System (Used / Free)',
BUFFER_SIZE: 'Buffer Size',
COMPACT: 'Compact',
ENABLE_OTA: 'Enable OTA Updates',
diff --git a/interface/src/i18n/pl/index.ts b/interface/src/i18n/pl/index.ts
index 753daad7c..df0d11253 100644
--- a/interface/src/i18n/pl/index.ts
+++ b/interface/src/i18n/pl/index.ts
@@ -184,8 +184,8 @@ const pl: BaseTranslation = {
HEAP: 'Pamięć (Wolna / Zaalokowana)',
PSRAM: 'PSRAM (Rozmiar / Wolna)',
FLASH: 'Pamięć flash ( Rozmiar / Taktowanie)',
- APPSIZE: 'Application (Size / Free)',
- FILESYSTEM: 'System plików (Wykorzystano / Cała pojemność)',
+ APPSIZE: 'Application (Wykorzystano / Wolna)',
+ FILESYSTEM: 'System plików (Wykorzystano / Wolna)',
BUFFER_SIZE: 'Rozmiar bufora',
COMPACT: 'Kompaktowy',
ENABLE_OTA: 'Włącz aktualizację OTA',
diff --git a/interface/src/i18n/se/index.ts b/interface/src/i18n/se/index.ts
index 7e13db76f..9af6b90c7 100644
--- a/interface/src/i18n/se/index.ts
+++ b/interface/src/i18n/se/index.ts
@@ -181,8 +181,8 @@ const se: BaseTranslation = {
HEAP: 'Heap (Ledigt / Max allokerat)',
PSRAM: 'PSRAM (Storlek / Ledigt)',
FLASH: 'Flash Chip (Storlek / Hastighet)',
- APPSIZE: 'Application (Size / Free)',
- FILESYSTEM: 'Filsystem (Använt / Totalt)',
+ APPSIZE: 'Application (Använt / Ledigt)',
+ FILESYSTEM: 'Filsystem (Använt / Ledigt)',
BUFFER_SIZE: 'Bufferstorlek',
COMPACT: 'Komprimera',
ENABLE_OTA: 'Aktivera OTA-uppdateringar',
diff --git a/interface/src/types/system.ts b/interface/src/types/system.ts
index 36e16e609..471ad041f 100644
--- a/interface/src/types/system.ts
+++ b/interface/src/types/system.ts
@@ -12,10 +12,10 @@ interface ESPSystemStatus {
sdk_version: string;
flash_chip_size: number;
flash_chip_speed: number;
- app_size: number;
+ app_used: number;
app_free: number;
fs_used: number;
- fs_total: number;
+ fs_free: number;
uptime: string;
free_mem: number;
}