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

Unified Diff: chrome/browser/resources/settings/about_page/channel_switcher_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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
diff --git a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
index bcb5b9a0dd55be3dab243ee731e73a5276148009..a49375259591bd6ffb43213138f5a6c106615fa0 100644
--- a/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
+++ b/chrome/browser/resources/settings/about_page/channel_switcher_dialog.html
@@ -10,7 +10,7 @@
<dom-module id="settings-channel-switcher-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">$i18n{aboutChangeChannel}</div>
<div class="body">
<!-- TODO(dbeam): this can be policy-controlled. Show this in the UI.
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698