Show cpu graph subtext

This commit is contained in:
Johannes Zellner
2022-10-13 23:22:17 +02:00
parent 7985ed4b7d
commit 76f028fcfe
2 changed files with 5 additions and 3 deletions

View File

@@ -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"
},