| 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 cdcd55ad57535b16aec8ba6d2ec9f46251781d9e..2afc30f78fb23a3b501e68820944e08e20fb5b44 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
|
| @@ -22,15 +22,18 @@
|
| <div class="settings-box two-line" actionable on-tap="onTap_">
|
| <iron-icon icon="[[getIcon_(bluetoothEnabled_)]]"></iron-icon>
|
| <div class="middle">
|
| - <div>$i18n{bluetoothPageTitle}</div>
|
| - <div class="secondary">[[getDescription_(bluetoothEnabled_)]]</div>
|
| + $i18n{bluetoothPageTitle}
|
| + <div class="secondary" id="bluetoothSecondary">
|
| + [[getDescription_(bluetoothEnabled_)]]
|
| + </div>
|
| </div>
|
| <cr-policy-pref-indicator
|
| pref="[[prefs.cros.device.allow_bluetooth]]"
|
| hidden="[[prefs.cros.device.allow_bluetooth.value]]">
|
| </cr-policy-pref-indicator>
|
| <button class="subpage-arrow" is="paper-icon-button-light"
|
| - on-tap="onSubpageArrowTap_">
|
| + on-tap="onSubpageArrowTap_" aria-label="$i18n{bluetoothPageTitle}"
|
| + aria-describedby="bluetoothSecondary">
|
| </button>
|
| <div class="secondary-action">
|
| <paper-toggle-button id="enableBluetooth"
|
|
|