diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-01 23:34:03 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-06-01 23:34:03 +0200 |
commit | ecb56d246bd099a2d96687233460b7f3ead3e6fd (patch) | |
tree | 6a51b6d7f5e9ac0becc910b773d7b19eb9dbf70e /src/web/templates/about.html | |
parent | Display only recent bookmarks when disconnected. (diff) | |
download | newspipe-ecb56d246bd099a2d96687233460b7f3ead3e6fd.tar.gz newspipe-ecb56d246bd099a2d96687233460b7f3ead3e6fd.tar.bz2 newspipe-ecb56d246bd099a2d96687233460b7f3ead3e6fd.zip |
Updated translations.
Diffstat (limited to 'src/web/templates/about.html')
-rw-r--r-- | src/web/templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="https://github.com/newspipe/newspipe">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> <p>{{ _('Found a bug? Report it <a href="https://github.com/newspipe/newspipe/issues">here</a>.') }}</p> - <p><a href="{{ url_for('about_more') }}">More information</a> about this instance.</p> + <p><a href="{{ url_for('about_more') }}">{{ _('More information') }}</a> {{ _('about this instance.') }}</p> </div> <div class="well"> <h1>{{ _('Help') }}</h1> |