aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-01 15:05:59 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-06-01 15:05:59 +0200
commit2682e2ab05ed7b22b967b44c071b13020897e8c1 (patch)
tree57179e6781c82f7b501cc4f491a11a2e3eb87dbc /src/web/templates
parentUpdated comments. (diff)
downloadnewspipe-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.html4
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>&nbsp;{{ _('Bookmarks') }}</a></li>
- <li><a href="{{ url_for("popular") }}"><span class="glyphicon glyphicon-list"></span>&nbsp;{{ _('Popular') }}</a></li>
+ <li><a href="{{ url_for("bookmarks.list_") }}"><span class="glyphicon glyphicon-bookmark"></span>&nbsp;{{ _('Recent bookmarks') }}</a></li>
+ <li><a href="{{ url_for("popular") }}"><span class="glyphicon glyphicon-list"></span>&nbsp;{{ _('Popular feeds') }}</a></li>
<li><a href="{{ url_for("about") }}"><span class="glyphicon glyphicon-question-sign"></span>&nbsp;{{ _('About') }}</a></li>
{% endif %}
</ul>
bgstack15