| Index: chrome/browser/resources/options2/chromeos/bluetooth_device_list.js
|
| diff --git a/chrome/browser/resources/options2/chromeos/bluetooth_device_list.js b/chrome/browser/resources/options2/chromeos/bluetooth_device_list.js
|
| index b752f7a3f42929ff52e1fd0fc0280f9e4350f245..770c86babd9cff8377e6ab2b8646ed9667951d93 100644
|
| --- a/chrome/browser/resources/options2/chromeos/bluetooth_device_list.js
|
| +++ b/chrome/browser/resources/options2/chromeos/bluetooth_device_list.js
|
| @@ -69,7 +69,7 @@ cr.define('options.system.bluetooth', function() {
|
| // Update label for devices that are paired but not connected.
|
| if (this.paired) {
|
| content = content + ' (' +
|
| - templateData['bluetoothDeviceNotConnected'] + ')';
|
| + loadTimeData.getString('bluetoothDeviceNotConnected') + ')';
|
| }
|
| label.textContent = content;
|
| this.contentElement.appendChild(label);
|
|
|