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

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

Issue 2726483002: MD Settings: fix some dynamically bound 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/device_page/device_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/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index df810bfbb35ba5a3cf8e63e4b8ea00bbf1747ce4..7eda97ec7ab6a0593acf4c7ddbf6171b8f0e993c 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -160,7 +160,7 @@
<button class="subpage-arrow" is="paper-icon-button-light"
disabled="[[promoteUpdaterStatus_.disabled]]"
hidden="[[!promoteUpdaterStatus_.actionable]]"
- aria-label="[[promoteUpdaterStatus_.text]]">
+ aria-label$="[[promoteUpdaterStatus_.text]]">
</button>
</div>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698