aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-07 21:35:22 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-07 21:35:22 +0200
commit80066e5041d9cb46d2cb7aed6925a296a30a70be (patch)
tree8aecc6e2a070a19542966812d510960a170513bb /pyaggr3g470r
parentIt is now possible to add new feeds with a bookmarklet. (diff)
downloadnewspipe-80066e5041d9cb46d2cb7aed6925a296a30a70be.tar.gz
newspipe-80066e5041d9cb46d2cb7aed6925a296a30a70be.tar.bz2
newspipe-80066e5041d9cb46d2cb7aed6925a296a30a70be.zip
Typo.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html
index 0a33e9aa..f093dc72 100644
--- a/pyaggr3g470r/templates/about.html
+++ b/pyaggr3g470r/templates/about.html
@@ -11,7 +11,7 @@
</div>
<div class="jumbotron">
<h1>{{ _('Help') }}</h1>
- <p>{{ _('If you have any problem, <a href="http://wiki.cedricbonhomme.org/contact">contact</a> the adminstrator.') }}</p>
+ <p>{{ _('If you have any problem, <a href="http://wiki.cedricbonhomme.org/contact">contact</a> the administrator.') }}</p>
<p>{{ _('The documentation of the RESTful API is <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r#rst-header-web-service">here</a>.') }}</p>
<p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag <a href="%(bookmarklet)s">this link</a> to your browser bookmarks.', bookmarklet='javascript:window.location="https://pyaggr3g470r.herokuapp.com/bookmarklet?url="+encodeURIComponent(document.location)') }}</p>
</div>
bgstack15