remove text from alert-info in /stats

This commit is contained in:
Thomas Pointhuber 2014-09-26 20:05:08 +02:00
parent a88ce4bd33
commit d0913f894a
1 changed files with 0 additions and 1 deletions

View File

@ -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>