瀏覽代碼

[enh] about updates

asciimoo 11 年之前
父節點
當前提交
60d8e7febd
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/templates/about.html

+ 1
- 1
searx/templates/about.html 查看文件

@@ -9,7 +9,7 @@
9 9
     <br />It tries to provide basic privacy by mixing your queries with those from others while avoiding logging. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.</p>
10 10
     <p>Please add more engines to this list, pull requests are welcome!</p>
11 11
 
12
-<h2>Supported engines</h2>
12
+<h2>Engines</h2>
13 13
 
14 14
 {% for (categ,search_engines) in categs %}
15 15
     <h3>{{ categ.capitalize() }} category</h3>