| 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">
|
|
|