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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details.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 | « no previous file | chrome/browser/resources/settings/site_settings/site_settings_category.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_details.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html
index 84027b0f9caebc8ecb43963c4b275b685f6c815f..b1008c8e1017efaef6b233bb0392d0b22e96da95 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -23,7 +23,7 @@
<div class="flex">[[storedData_]]</div>
<paper-icon-button icon="settings:delete"
on-tap="onClearStorage_"
- i18n-values="alt:siteSettingsDelete"></paper-icon-button>
+ alt="$i18n{siteSettingsDelete}"></paper-icon-button>
</paper-item>
<h2>$i18n{siteSettingsPermissions}</h2>
<site-details-permission site="[[site]]" id="cookies"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_settings_category.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698