From c6e8f37bad4e920ab89cb79a594b1ba8de97b2be Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 4 Mar 2015 23:36:12 +0100 Subject: Misplaced point. --- pyaggr3g470r/templates/feed.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 9910ccf7..09bb54cb 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -15,11 +15,11 @@ {% endif %} .
{% if feed.error_count > 2 %} - {{ _("That feed has encountered too much consecutive errors and won't be retreived anymore") }} + {{ _("That feed has encountered too much consecutive errors and won't be retreived anymore.") }} {% elif feed.error_count > 0 %} - {{ _("That feed has encountered some errors but that counter will be reinitialized at the next successful retreiving") }} + {{ _("That feed has encountered some errors but that counter will be reinitialized at the next successful retreiving.") }} {% endif %} - .
+
{% if feed.last_error %} {{ _("Here's the last error encountered while retreiving this feed:") }}
{{ feed.last_error }}
{% endif %} -- cgit