diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-26 20:05:08 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | d0913f894ad6229962bb728e31da669206ab2c69 (patch) | |
| tree | 595a653de1f7512f52fb0e4f227d1a9bbef187f6 | |
| parent | a88ce4bd336e470900d138dcc19af7efaad40573 (diff) | |
remove text from alert-info in /stats
| -rw-r--r-- | searx/templates/oscar/stats.html | 1 |
1 files changed, 0 insertions, 1 deletions
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> |