summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysui/dev/SystemMonitor/InfoPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/dev/SystemMonitor/InfoPanel.qml b/sysui/dev/SystemMonitor/InfoPanel.qml
index bc3d999..9ca0269 100644
--- a/sysui/dev/SystemMonitor/InfoPanel.qml
+++ b/sysui/dev/SystemMonitor/InfoPanel.qml
@@ -71,7 +71,7 @@ UIPage {
vspan: 2
checkedEnabled: false
iconName: "information"
- titleText: "Idle load average: " + SystemMonitor.idleLoadAverage
+ titleText: "Idle load threshold: " + SystemMonitor.idleLoadThreshold
}
}