From 07dd75bfe94e7a52b698a3783bfd3330d64d0647 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 11 Sep 2016 16:50:05 +0200 Subject: Updated translations. --- src/web/templates/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates/about.html') 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 @@

{{ _('Help') }}

{{ _('If you have any problem, contact the administrator.') }}

-

{{ _('The documentation of the RESTful API is here.') }}

+

{{ _('The documentation of the API is here.') }}

{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}

{{ _('Subscribe to this feed using JARR', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
-- cgit