| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js
|
| index 898e479e4acad00b6d39bdff8a21c7003d1f0ca2..5f0dee2bdde2c6d898c54f88284cb7e8b9f86980 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js
|
| @@ -57,7 +57,7 @@ Polymer({
|
| * @private
|
| */
|
| getConnectActionText_: function(connected) {
|
| - return this.i18n(connected ? 'bluetoothDisconnect' : 'bluetoothPair');
|
| + return this.i18n(connected ? 'bluetoothDisconnect' : 'bluetoothConnect');
|
| },
|
|
|
| /**
|
|
|