From 23506022b1e30507243aec17ba74411f984866fb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 12 Apr 2015 18:57:17 +0200 Subject: Typo. --- pyaggr3g470r/templates/management.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index b28267f8..1f8b096f 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/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') }}.

- {% if not conf.ON_HEROKU %} + {% if not on_heroku %} {{ _('Index database') }} {% endif %} {{ _('Delete articles older than 10 weeks') }} -- cgit