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

Unified Diff: chrome/browser/resources/settings/system_page/system_page.html

Issue 2720413002: MD Settings: add an aria-label to control indicators (often policy) (Closed)
Patch Set: merge Created 3 years, 9 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/system_page/system_page.html
diff --git a/chrome/browser/resources/settings/system_page/system_page.html b/chrome/browser/resources/settings/system_page/system_page.html
index 80fa80ba57e1a9ebddb2d29cf8de579ef412e37b..72d49996cee72c58d21c9e051992008f63562854 100644
--- a/chrome/browser/resources/settings/system_page/system_page.html
+++ b/chrome/browser/resources/settings/system_page/system_page.html
@@ -33,8 +33,8 @@
</div>
<div class="settings-box">
<controlled-button class="primary-button" pref="[[prefs.proxy]]"
- on-tap="onChangeProxySettingsTap_" no-extension-indicator>
- $i18n{changeProxySettings}
+ on-tap="onChangeProxySettingsTap_" label="$i18n{changeProxySettings}"
+ no-extension-indicator>
</controlled-button>
</div>
<template is="dom-if" if="[[prefs.proxy.extensionId]]">

Powered by Google App Engine
This is Rietveld 408576698