From 62fbbdcacdc09c18a179d8a36909f2d4fc6dcb39 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 9 Apr 2016 10:01:55 +0200 Subject: Add a link to the list of categories. --- src/web/templates/management.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/templates/management.html') diff --git a/src/web/templates/management.html b/src/web/templates/management.html index dc95a052..0a844365 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -5,6 +5,7 @@

{{ _('Your subscriptions') }}

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add') }} {{ _('a feed') }}.

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

+

You have {{ nb_categories }} categories.

{{ _('Delete articles older than 10 weeks') }}
-- cgit