aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-04 19:34:27 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-04 19:34:27 +0200
commitc6e5893111671b361eff4bcc1e669925c46af66a (patch)
treeb0de493d877b7ce47abd39da9fef49d8a6ad977d /pyaggr3g470r/templates/home.html
parentUpdated translations. (diff)
downloadnewspipe-c6e5893111671b361eff4bcc1e669925c46af66a.tar.gz
newspipe-c6e5893111671b361eff4bcc1e669925c46af66a.tar.bz2
newspipe-c6e5893111671b361eff4bcc1e669925c46af66a.zip
Updated translations.
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r--pyaggr3g470r/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html
index 565614fe..f10d4e11 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
{% if result|count == 0 %}
- <h1>{{ _('You are not subscribed to any feed.') }} <a href="/create_feed/">{{ _('Fix this') }}</a>.</h1>
+ <h1>{{ _('You are not subscribed to any feed.') }} <a href="/create_feed/">{{ _('Fix this.') }}</a></h1>
{% else %}
{% for feed in result|sort(attribute="title") %}
<div class="row">
bgstack15