From 600391ac74a2ab29bd5c1f1433c14dae9ce6ea9b Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 11 Oct 2015 23:50:23 +0200 Subject: moving 'expire_article' and improving its perf --- src/web/templates/management.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates') diff --git a/src/web/templates/management.html b/src/web/templates/management.html index ac4f3a4a..01179b5e 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -5,7 +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') }}.

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

{{ _('OPML import/export') }}

-- cgit