diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-10-12 17:41:39 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-26 23:46:31 +0100 |
commit | 2ce813d67ee32a100c7c3643717856f1718cf81c (patch) | |
tree | a1f1227ad14e530e7458c2ba65a049f6597cb46b /src/web/templates/feed.html | |
parent | moving 'expire_article' and improving its perf (diff) | |
download | newspipe-2ce813d67ee32a100c7c3643717856f1718cf81c.tar.gz newspipe-2ce813d67ee32a100c7c3643717856f1718cf81c.tar.bz2 newspipe-2ce813d67ee32a100c7c3643717856f1718cf81c.zip |
updating translations
Diffstat (limited to 'src/web/templates/feed.html')
-rw-r--r-- | src/web/templates/feed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/feed.html b/src/web/templates/feed.html index 7434a9ac..096ee794 100644 --- a/src/web/templates/feed.html +++ b/src/web/templates/feed.html @@ -37,7 +37,7 @@ {% if feed.articles.all()|count != 0 %} {{ _('The last article was posted') }} {{ elapsed.days }} {{ _('day(s) ago.') }}<br /> - {{ _('Daily average') }}: {{ average }}, {{ _('between the') }} <i>{{ first_post_date | datetime }}</i> {{ _('and the') }} <i>{{ end_post_date | datetime }}</i>. + {{ _('Daily average') }}: {{ average }}, {{ _('between the') }} {{ first_post_date | datetime }} {{ _('and the') }} {{ end_post_date | datetime }}. {% endif %} </p> </div> |