[tor-commits] [snowflake-webext/master] Direct users to Tor's support portal for FAQs

arlo at torproject.org arlo at torproject.org
Thu Feb 18 20:21:49 UTC 2021


commit c3beeceae3ce679318f8976ce92b12be27d59643
Author: Arlo Breault <abreault at wikimedia.org>
Date:   Thu Feb 11 13:06:55 2021 -0500

    Direct users to Tor's support portal for FAQs
    
    Part of #7
---
 static/_locales/en_US/messages.json | 6 ++++++
 static/index.html                   | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/static/_locales/en_US/messages.json b/static/_locales/en_US/messages.json
index 1acc793..0a8925e 100644
--- a/static/_locales/en_US/messages.json
+++ b/static/_locales/en_US/messages.json
@@ -79,5 +79,11 @@
   },
   "looksLike": {
     "message": "Which looks like this:"
+  },
+  "faq": {
+    "message": "FAQ"
+  },
+  "support": {
+    "message": "See the <a href=\"https://support.torproject.org/censorship/\">Censorship</a> topic in Tor's <a href=\"https://support.torproject.org/\">Support Portal</a>."
   }
 }
diff --git a/static/index.html b/static/index.html
index 439574b..3cab645 100644
--- a/static/index.html
+++ b/static/index.html
@@ -88,6 +88,12 @@
           <iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
         </section>
 
+        <section id="faq">
+          <h2 data-msgid="__MSG_faq__"></h2>
+
+          <p data-msgid="__MSG_support__"></p>
+        </section>
+
       </section>
     </div>
     <script src="index.js"></script>



More information about the tor-commits mailing list