From ecb56d246bd099a2d96687233460b7f3ead3e6fd Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 Jun 2017 23:34:03 +0200 Subject: Updated translations. --- src/web/templates/about.html | 2 +- src/web/templates/about_more.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 70ae0a5f..54deaf11 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -12,7 +12,7 @@ redistribute the source code according to the Affero GPL license.') }}

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

-

More information about this instance.

+

{{ _('More information') }} {{ _('about this instance.') }}

{{ _('Help') }}

diff --git a/src/web/templates/about_more.html b/src/web/templates/about_more.html index dd7088a5..d530861f 100644 --- a/src/web/templates/about_more.html +++ b/src/web/templates/about_more.html @@ -2,11 +2,11 @@ {% block content %}
    -
  • Newspipe version: {{newspipe_version}}
  • -
  • Running on Heroku: {{on_heroku}}
  • -
  • Registration: {{registration}}
  • -
  • Python version: {{python_version}}
  • -
  • Number of users: {{nb_users}}
  • +
  • {{ _('Newspipe version') }}: {{newspipe_version}}
  • +
  • {{ _('Running on Heroku') }}: {{on_heroku}}
  • +
  • {{ _('Registration') }}: {{registration}}
  • +
  • {{ _('Python version') }}: {{python_version}}
  • +
  • {{ _('Number of users') }}: {{nb_users}}
{% endblock %} -- cgit