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

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

Issue 2013853003: MD Settings: remove lorem ipsums in Privacy settings, add real strings (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
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 c16b06d929b3f460c26d3c694209852a0e275663..0cdef272b201b33b4a2a1c52bca6c7388ec073d9 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -84,20 +84,14 @@
on-tap="onManageCertificatesTap_">
<div class="start">
<div>$i18n{manageCertificates}</div>
- <div class="secondary">
- <!-- TODO(dschuyler): replace this placeholder text -->
- Contrary to popular belief, Lorem Ipsum is not simply random text.
- </div>
+ <div class="secondary">$i18n{manageCertificatesDescription}</div>
</div>
</div>
</if>
<div class="settings-box two-line" on-tap="onSiteSettingsTap_">
<div class="start">
<div>$i18n{siteSettings}</div>
- <div class="secondary">
- <!-- TODO(dschuyler): replace this placeholder text -->
- Contrary to popular belief, Lorem Ipsum is not simply random text.
- </div>
+ <div class="secondary">$i18n{siteSettingsDescription}</div>
</div>
</div>
<div class="settings-box">
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698