aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/profile_public.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 13:33:50 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 13:33:50 +0100
commitf7b11468ee52e41f6855675e6f7ab82fa84d2cf7 (patch)
treebda012b583c629d0a6de32c116aba00ea28d686a /src/web/templates/profile_public.html
parentUpdated app.json (diff)
downloadnewspipe-f7b11468ee52e41f6855675e6f7ab82fa84d2cf7.tar.gz
newspipe-f7b11468ee52e41f6855675e6f7ab82fa84d2cf7.tar.bz2
newspipe-f7b11468ee52e41f6855675e6f7ab82fa84d2cf7.zip
Updated translations.
Diffstat (limited to 'src/web/templates/profile_public.html')
-rw-r--r--src/web/templates/profile_public.html2
1 files changed, 1 insertions, 1 deletions
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