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

Unified Diff: chrome/browser/resources/settings/people_page/setup_fingerprint_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/people_page/setup_fingerprint_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html b/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
index 3b41f9b96953a8d6fe9bf88478bb51dea76d797a..da9925a4b2a392d82e785f0e42e2d0e18edac821 100644
--- a/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
+++ b/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.html
@@ -51,7 +51,8 @@
}
</style>
- <dialog is="cr-dialog" id="dialog" on-close="close">
+ <dialog is="cr-dialog" id="dialog" on-close="close"
+ close-text="$i18n{close}">
<div class="title">$i18n{configureFingerprintTitle}</div>
<div class="body">
<div class="settings-box first">

Powered by Google App Engine
This is Rietveld 408576698