aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/about.html6
-rw-r--r--src/web/templates/profile_public.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/web/templates/about.html b/src/web/templates/about.html
index c6fc4df9..c2d0ae4d 100644
--- a/src/web/templates/about.html
+++ b/src/web/templates/about.html
@@ -7,11 +7,11 @@
{{ _('Newspipe is a news aggregator platform.') }}
{{ _('You can easily <a href="https://newspipe.readthedocs.io/en/latest/deployment.html">install Newspipe on your server</a>.') }}
{{ _('Alternatively, you can deploy your own copy using this button:') }}</p>
- <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/Newspipe/Newspipe.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p>
+ <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/newspipe/newspipe.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p>
<p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or
- redistribute the <a href="https://github.com/Newspipe/Newspipe">source code</a>
+ 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>{{ _('Found a bug? Report it <a href="https://github.com/newspipe/newspipe/issues">here</a>.') }}</p>
</div>
<div class="well">
<h1>{{ _('Help') }}</h1>
diff --git a/src/web/templates/profile_public.html b/src/web/templates/profile_public.html
index bf080df0..9198acea 100644
--- a/src/web/templates/profile_public.html
+++ b/src/web/templates/profile_public.html
@@ -35,7 +35,7 @@
<div class="col-md-6 pull-right"></div>
</div>
- <h2>Feeds</h2>
+ <h2>{{ _('Feeds') }}</h2>
<div class="row">
<div class="col-md-12">
{% include "feed_list_simple.html" %}
bgstack15