diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 13:33:50 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 13:33:50 +0100 |
commit | f7b11468ee52e41f6855675e6f7ab82fa84d2cf7 (patch) | |
tree | bda012b583c629d0a6de32c116aba00ea28d686a /src/web/templates/profile_public.html | |
parent | Updated app.json (diff) | |
download | newspipe-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.html | 2 |
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" %} |