| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| index 2afc30f78fb23a3b501e68820944e08e20fb5b44..536f93aa2eaa1397e612ca4a2bab4f069a0597dd 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| @@ -38,7 +38,8 @@
|
| <div class="secondary-action">
|
| <paper-toggle-button id="enableBluetooth"
|
| checked="{{bluetoothEnabled_}}"
|
| - disabled="[[!adapterState_.available]]" on-tap="stopTap_">
|
| + disabled="[[!adapterState_.available]]" on-tap="stopTap_"
|
| + aria-label="$i18n{bluetoothToggleA11yLabel}">
|
| </paper-toggle-button>
|
| </div>
|
| </div>
|
|
|