diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-01 15:05:59 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-01 15:05:59 +0200 |
commit | 2682e2ab05ed7b22b967b44c071b13020897e8c1 (patch) | |
tree | 57179e6781c82f7b501cc4f491a11a2e3eb87dbc /src/web/templates | |
parent | Updated comments. (diff) | |
download | newspipe-2682e2ab05ed7b22b967b44c071b13020897e8c1.tar.gz newspipe-2682e2ab05ed7b22b967b44c071b13020897e8c1.tar.bz2 newspipe-2682e2ab05ed7b22b967b44c071b13020897e8c1.zip |
Updated translations.
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index dc62104f..7b003364 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -114,8 +114,8 @@ </ul> </li> {% else %} - <li><a href="{{ url_for("bookmarks.list_") }}"><span class="glyphicon glyphicon-bookmark"></span> {{ _('Bookmarks') }}</a></li> - <li><a href="{{ url_for("popular") }}"><span class="glyphicon glyphicon-list"></span> {{ _('Popular') }}</a></li> + <li><a href="{{ url_for("bookmarks.list_") }}"><span class="glyphicon glyphicon-bookmark"></span> {{ _('Recent bookmarks') }}</a></li> + <li><a href="{{ url_for("popular") }}"><span class="glyphicon glyphicon-list"></span> {{ _('Popular feeds') }}</a></li> <li><a href="{{ url_for("about") }}"><span class="glyphicon glyphicon-question-sign"></span> {{ _('About') }}</a></li> {% endif %} </ul> |