From 367c4d5aa807839b2106545cf8bc99a274e1a7f4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 07:36:00 +0200 Subject: new name: the last one. --- src/web/templates/about.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/web/templates/about.html') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 4d1b1e8b..1d51786e 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -4,20 +4,20 @@

{{ _('About') }}

- {{ _('JARR is a news aggregator platform.') }} - {{ _('You can easily install JARR on your server.') }} + {{ _('Newspipe is a news aggregator platform.') }} + {{ _('You can easily install Newspipe on your server.') }} {{ _('Alternatively, you can deploy your own copy using this button:') }}

- https://www.herokucdn.com/deploy/button.png

+ https://www.herokucdn.com/deploy/button.png

{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or - redistribute the source code + redistribute the source code according to the Affero GPL license.') }}

-

{{ _('Found a bug? Report it here.') }}

+

{{ _('Found a bug? Report it here.') }}

{{ _('Help') }}

-

{{ _('The documentation of the 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)) }} + {{ _('Subscribe to this feed using Newspipe', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
{% endblock %} -- cgit