| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.js
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.js
|
| index e31d5a42835309871069941f5906038e87ac1f74..7bf13b17586be14761586081482b4da2623869ff 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.js
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_pair_device_dialog.js
|
| @@ -72,7 +72,7 @@ Polymer({
|
| message = 'bluetoothStartConnecting';
|
| else
|
| message = this.getEventDesc_(pairingEvent.pairing);
|
| - return this.i18n(message, device.name);
|
| + return this.i18n(message, [device.name]);
|
| },
|
|
|
| /**
|
|
|