diff --git a/src/translation/en.json b/src/translation/en.json index eda48da40..28d9a6043 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -915,11 +915,12 @@ "mountedAt": "{{ filesystem }} mounted at {{ mountpoint }}", "usageInfo": "{{ available | prettyDiskSize }} of {{ size | prettyDiskSize }} available", "diskContent": "This {{ type }} disk contains", - "notAvailableYet": "Not available yet" + "notAvailableYet": "Not available yet", + "usedInfo": "{{ used }} used of {{ size }}" }, "systemMemory": { "title": "System Memory", - "graphSubtext": "App values are not stacked up" + "graphSubtext": "Only apps using more than 1GB of memory are shown" }, "cpuUsage": { "title": "CPU Usage", diff --git a/src/views/system.html b/src/views/system.html index 7cf1d5aa9..953afe300 100644 --- a/src/views/system.html +++ b/src/views/system.html @@ -27,8 +27,9 @@