diff --git a/js/ui/status/system.js b/js/ui/status/system.js index 25521125f..d57e2786a 100644 --- a/js/ui/status/system.js +++ b/js/ui/status/system.js @@ -316,7 +316,7 @@ class Indicator extends SystemIndicator { const {powerToggle} = this._systemItem; - powerToggle.bind_property('label', + powerToggle.bind_property('title', this._percentageLabel, 'text', GObject.BindingFlags.SYNC_CREATE);