Index: chrome/browser/resources/contextual_search/promo.html |
diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html |
index 6e53479a76f58e85b5931816c619d82b4545aef6..4d5e1120d58481e7e163759ea6f2b4e54f7ed51f 100644 |
--- a/chrome/browser/resources/contextual_search/promo.html |
+++ b/chrome/browser/resources/contextual_search/promo.html |
@@ -13,7 +13,8 @@ |
</head> |
<body> |
<div id="container"> |
- <p i18n-content="description"></p> |
+ <p i18n-content="heading" id="heading"></p> |
+ <p i18n-content="description" id="description"></p> |
<div id="button-container"> |
<span class="label"><a href="#optout" i18n-content="optOut"></a></span> |
<span id="optin-label" class="label"><a class="colored" href="#optin" i18n-content="optIn"></a></span> |