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

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