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

Unified Diff: chrome/browser/resources/settings/search_page/search_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
Index: chrome/browser/resources/settings/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index cecff17483e9b29b0699b393021ca4efae627a3d..7fc9c1a194d9f7fbc0b29e797ae6c9d3784e9073 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -112,8 +112,8 @@
</div>
</div>
<button class="icon-external" is="paper-icon-button-light"
- aria-label="[[i18n('searchOkGoogleAudioHistoryLabel',
- hotwordInfo_.userName)]]"
+ aria-label$="[[i18n('searchOkGoogleAudioHistoryLabel',
+ hotwordInfo_.userName)]]"
aria-describedby="audioHistorySecondary"></button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698