Translate table titles in header

This commit is contained in:
Mouse Reeve
2021-03-02 09:59:15 -08:00
parent 8bb7d5bba0
commit 5938c438e2
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% load bookwyrm_tags %}
{% block panel %}
<h1 class="title">{% blocktrans with tab_title=tab|title %}{{ tab_title }} Timeline{% endblocktrans %}</h1>
<h1 class="title">{% blocktrans %}{{ tab_title }} Timeline{% endblocktrans %}</h1>
<div class="tabs">
<ul>
<li class="{% if tab == 'home' %}is-active{% endif %}">