From d0913f894ad6229962bb728e31da669206ab2c69 Mon Sep 17 00:00:00 2001
From: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date: Fri, 26 Sep 2014 20:05:08 +0200
Subject: [PATCH] remove text from alert-info in /stats

---
 searx/templates/oscar/stats.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/searx/templates/oscar/stats.html b/searx/templates/oscar/stats.html
index dee304063..bf877c38b 100644
--- a/searx/templates/oscar/stats.html
+++ b/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>