Browse Source

remove text from alert-info in /stats

Thomas Pointhuber 10 years ago
parent
commit
d0913f894a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      searx/templates/oscar/stats.html

+ 0
- 1
searx/templates/oscar/stats.html View File

@@ -23,7 +23,6 @@
23 23
                 {% if not stat_category %}
24 24
                 <div class="col-sm-12 col-md-12">
25 25
                     <div class="alert alert-info" role="alert">
26
-                        <strong>{{ _('Heads up!') }}</strong>
27 26
                         {{ _('There is currently no data available.') }}
28 27
                     </div>
29 28
                 </div>