mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
syntax error fix
This commit is contained in:
@@ -152,13 +152,13 @@ Singleton {
|
||||
|
||||
function getStatusString(device) {
|
||||
if (device.state === BluetoothDeviceState.Connecting) {
|
||||
return i18n.tr("bluetooth.panel.connecting");
|
||||
return I18n.tr("bluetooth.panel.connecting");
|
||||
}
|
||||
if (device.pairing) {
|
||||
return i18n.tr("bluetooth.panel.pairing");
|
||||
return I18n.tr("bluetooth.panel.pairing");
|
||||
}
|
||||
if (device.blocked) {
|
||||
return i18n.tr("bluetooth.panel.blocked");
|
||||
return I18n.tr("bluetooth.panel.blocked");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user