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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_category.html

Issue 1975573002: [MD settings] i18n-content to $i18n switch in Site Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/browser/resources/settings/site_settings/site_details.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_settings_category.html
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.html b/chrome/browser/resources/settings/site_settings/site_settings_category.html
index 00810fe2012bc49f560c6dad384996b101603123..4a08892c1dafb09357b14eca71fd0d4c3a5e8458 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_category.html
+++ b/chrome/browser/resources/settings/site_settings/site_settings_category.html
@@ -41,8 +41,7 @@
</settings-site-list>
<div class="button-container">
<paper-button on-tap="onAddSiteTap_" class="primary-button"
- i18n-content="addSiteLink" hidden$="[[categoryEnabled]]">
- </paper-button>
+ hidden$="[[categoryEnabled]]">$i18n{addSiteLink}</paper-button>
</div>
</template>
<script src="site_settings_category.js"></script>
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_details.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698