Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2149)

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html

Issue 2717613002: MD Settings: add a bunch of dialog (X) aria-labels (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
index c4790f7f0f6c161da7f674dfbe2ca2abc7730897..c662c3c6dbe6fc060a3040ec661bab49ae9c2484 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
@@ -69,7 +69,7 @@
}
</style>
<dialog is="cr-dialog" id="dialog" on-cancel="onDialogCanceled_"
- on-closed="onDialogCanceled_">
+ close-text="$i18n{close}" on-closed="onDialogCanceled_">
<div class="title">$i18n{bluetoothPairDevicePageTitle}</div>
<div class="body">
<div class="contents layout vertical center center-justified">

Powered by Google App Engine
This is Rietveld 408576698