From a0203dc2aae6bd36dd980832b6ffbfdf75b5c936 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 9 Apr 2016 14:07:38 +0200 Subject: Updated translations. --- 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 0a844365..eaf1de31 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') }}.

-

You have {{ nb_categories }} categories.

+

{{ _('You have') }} {{ nb_categories }} {{ _('categories') }}.

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