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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details.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
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_data.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_details.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html
index dace4e1fb0979e6370031559c9a39dc48bf9119d..029e887bd8e3fadaada9db3b46754bbad28ea938 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -24,7 +24,7 @@
}
</style>
<!-- Confirm Delete dialog -->
- <dialog is="cr-dialog" id="confirmDeleteDialog">
+ <dialog is="cr-dialog" id="confirmDeleteDialog" close-text="$i18n{close}">
<div class="title">$i18n{siteSettingsSiteRemoveDialogTitle}</div>
<div class="body">[[confirmationDeleteMsg_]]</div>
<div class="button-container">
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_data.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698