summaryrefslogtreecommitdiff
path: root/js/ui/status/bluetooth.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/ui/status/bluetooth.js')
-rw-r--r--js/ui/status/bluetooth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 8f1d82a94..2977a4d94 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -212,7 +212,7 @@ class BluetoothDeviceItem extends PopupMenu.PopupBaseMenuItem {
this._device.bind_property('icon',
this._icon, 'icon-name',
GObject.BindingFlags.SYNC_CREATE);
- this._device.bind_property('name',
+ this._device.bind_property('alias',
this._label, 'text',
GObject.BindingFlags.SYNC_CREATE);
this._device.bind_property_full('connected',