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

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

Issue 2422233004: [MD settings] name Content settings separately from site settings (Closed)
Patch Set: comment changes Created 4 years, 2 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/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/privacy_page/privacy_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 633bc36840101a5cdc43eb91b61e821b486494d3..a7ef789e3ad9beda8527dcea11bba9bf6e96544e 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -145,7 +145,7 @@
class="settings-box two-line" actionable
on-tap="onSiteSettingsTap_">
<div class="start">
- <div>$i18n{siteSettings}</div>
+ <div>[[siteSettingsPageTitle_()]]</div>
<div class="secondary">$i18n{siteSettingsDescription}</div>
</div>
<button class="icon-arrow-right" is="paper-icon-button-light">
@@ -175,7 +175,7 @@
<settings-subpage
associated-control="[[$$('#site-settings-subpage-trigger')]]"
id="site-settings"
- page-title="$i18n{siteSettings}">
+ page-title="[[siteSettingsPageTitle_()]]">
<settings-site-settings-page category-selected="{{categorySelected}}">
</settings-site-settings-page>
</settings-subpage>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/privacy_page/privacy_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698