diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-26 08:01:02 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-26 08:01:02 +0200 |
commit | adfae0dc44e7920137a14ae381a5d83a8eb503da (patch) | |
tree | 7c6991b82ae05458f1e28b5e9c22cdb9abbba508 /pyaggr3g470r/templates/home.html | |
parent | It is better to use a dismissable alert here. (diff) | |
download | newspipe-adfae0dc44e7920137a14ae381a5d83a8eb503da.tar.gz newspipe-adfae0dc44e7920137a14ae381a5d83a8eb503da.tar.bz2 newspipe-adfae0dc44e7920137a14ae381a5d83a8eb503da.zip |
Replaced warning message by an info message.
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r-- | pyaggr3g470r/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 95b7ef54..1290038d 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -119,7 +119,7 @@ </div> {% else %} <br /> - <div class="alert alert-warning alert-dismissable"> + <div class="alert alert-info alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> {% if filter_ == 'all' %} <strong>{{ _('Oh!') }}</strong> {{ _('This feed is empty.') }} |