aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/about.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 16:50:05 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-11 16:50:05 +0200
commit07dd75bfe94e7a52b698a3783bfd3330d64d0647 (patch)
treefa291dabcf45ecb353ca84b717f8c5fbbb0a74a3 /src/web/templates/about.html
parentBugfix. (diff)
downloadnewspipe-07dd75bfe94e7a52b698a3783bfd3330d64d0647.tar.gz
newspipe-07dd75bfe94e7a52b698a3783bfd3330d64d0647.tar.bz2
newspipe-07dd75bfe94e7a52b698a3783bfd3330d64d0647.zip
Updated translations.
Diffstat (limited to 'src/web/templates/about.html')
-rw-r--r--src/web/templates/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index e4b77b14..e7398b23 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -16,7 +16,7 @@
<div class="well">
<h1>{{ _('Help') }}</h1>
<p>{{ _('If you have any problem, <a href="https://wiki.cedricbonhomme.org/contact">contact</a> the administrator.') }}</p>
- <p>{{ _('The documentation of the RESTful API is <a href="https://jarr.readthedocs.io/en/latest/web-services-v3.html">here</a>.') }}</p>
+ <p>{{ _('The documentation of the API is <a href="https://jarr.readthedocs.io/en/latest/web-services-v3.html">here</a>.') }}</p>
<p>{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}</p>
{{ _('<a class="btn btn-default" href="%(bookmarklet)s" rel="bookmark">Subscribe to this feed using JARR</a>', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
</div>
bgstack15