From 4cd160dbe093b82724faab6de1169a1493d3cf69 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 5 Jan 2016 14:25:23 +0100 Subject: Updated the link to add a feed in the /management page. --- src/web/templates/management.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/templates/management.html b/src/web/templates/management.html index 72259551..ac4f3a4a 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -3,7 +3,7 @@

{{ _('Your subscriptions') }}

-

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

+

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

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

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