From 256dc5b6f898274a0f24f4ab4f46b5aa856b59c2 Mon Sep 17 00:00:00 2001
From: Sarina Canelake <sarina@edx.org>
Date: Thu, 19 Nov 2015 13:59:11 -0500
Subject: [PATCH] Reword default about page questions

---
 common/lib/xmodule/xmodule/templates/about/overview.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/common/lib/xmodule/xmodule/templates/about/overview.yaml b/common/lib/xmodule/xmodule/templates/about/overview.yaml
index 6eba22fb652..ac12cb6ab22 100644
--- a/common/lib/xmodule/xmodule/templates/about/overview.yaml
+++ b/common/lib/xmodule/xmodule/templates/about/overview.yaml
@@ -40,8 +40,9 @@ data: |
       <section class="responses">
         <h2>Frequently Asked Questions</h2>
         <article class="response">
-          <h3>Do I need to buy a textbook?</h3>
-          <p>No, a free online version of Chemistry: Principles, Patterns, and Applications, First Edition by Bruce Averill and Patricia Eldredge will be available, though you can purchase a printed version (published by FlatWorld Knowledge) if you’d like.</p>
+          <h3>What web browser should I use?</h3>
+          <p>The Open edX platform works best with current versions of Chrome, Firefox or Safari, or with Internet Explorer version 9 and above.</p>
+          <p>See our <a href="http://edx.readthedocs.org/en/latest/browsers.html">list of supported browsers</a> for the most up-to-date information.</p>
         </article>
 
         <article class="response">
-- 
GitLab