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 4d5e1120d58481e7e163759ea6f2b4e54f7ed51f..ef2ea3b465687f6b3bd4b2e13f98624f7debcc86 100644 |
--- a/chrome/browser/resources/contextual_search/promo.html |
+++ b/chrome/browser/resources/contextual_search/promo.html |
@@ -14,7 +14,11 @@ |
<body> |
<div id="container"> |
<p i18n-content="heading" id="heading"></p> |
- <p i18n-content="description" id="description"></p> |
+ <p id="description"> |
+ <span i18n-content="description-1"></span> |
+ <a class="colored" href="#settings" i18n-content="feature-name"></a> |
pedro (no code reviews)
2014/09/24 02:30:55
We're now going to link to the help center article
Mathieu
2014/09/24 15:37:50
Done.
|
+ <span i18n-content="description-2"></span> |
+ </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> |