diff options
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" %} |