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

Unified Diff: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_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/easy_unlock_turn_off_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
index c2948c3f95a9e0b6ec7ae60a274a58b08b29d0fa..d3f92aa643b326fffe72ce2b421ce18446a69f85 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
@@ -11,7 +11,7 @@
<dom-module id="easy-unlock-turn-off-dialog">
<template>
<style include="settings-shared"></style>
- <dialog is="cr-dialog" id="dialog">
+ <dialog is="cr-dialog" id="dialog" close-text="$i18n{close}">
<div class="title">[[getTitleText_(status_)]]</div>
<div class="body">
[[getDescriptionText_(status_)]]

Powered by Google App Engine
This is Rietveld 408576698