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

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

Issue 1968413003: [MD settings] fix for html in i18n string (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 | no next file » | 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 b78bf576c0e5a0eb3db24dc397c44665f9da3a93..108d7cdb80146b07c6fb9450b337e0db6ddf9c2d 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -32,7 +32,7 @@
<neon-animatable id="main">
<div class="settings-box block first">
<p class="privacy-explanation">
- $i18n{improveBrowsingExperience}
+ $i18nRaw{improveBrowsingExperience}
</p>
<settings-checkbox
pref="{{prefs.alternate_error_pages.enabled}}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698