diff --git a/Modules/Bar/Battery.qml b/Modules/Bar/Battery.qml index ac21dcc..ebbb6f3 100644 --- a/Modules/Bar/Battery.qml +++ b/Modules/Bar/Battery.qml @@ -59,7 +59,7 @@ NPill { let lines = [] if (testMode) { - lines.push("Time left: " + Time.formatVagueHumanReadableDuration(1234567)) + lines.push("Time left: " + Time.formatVagueHumanReadableDuration(12345)) return lines.join("\n"); }