소스 검색

remove text from alert-info in /stats

Thomas Pointhuber 10 년 전
부모
커밋
d0913f894a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      searx/templates/oscar/stats.html

+ 0
- 1
searx/templates/oscar/stats.html 파일 보기

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