diff --git a/src/translation/en.json b/src/translation/en.json index 9b734ae5a..1cb218dad 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -945,11 +945,12 @@ }, "systemMemory": { "title": "System Memory", - "graphSubtext": "Only apps using more than 1GB of memory are shown" + "graphSubtext": "Only apps using more than {{ threshold }} of memory are shown" }, "cpuUsage": { "title": "CPU Usage", - "graphTitle": "Percentage" + "graphTitle": "Percentage", + "graphSubtext": "Only apps using more than {{ threshold }} of cpu are shown" }, "selectPeriodLabel": "Select Period" }, diff --git a/src/views/system.html b/src/views/system.html index 4043b18b0..b61d3a845 100644 --- a/src/views/system.html +++ b/src/views/system.html @@ -36,12 +36,13 @@