mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 17:10:31 +00:00
[l10n] Add missing i18n string to template.
This commit is contained in:
parent
5d3f00a537
commit
125915f1b3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
{% trans "Lists" %}
|
{% trans "Lists" %}
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
<a class="help has-text-weight-normal" href="{% url 'user-lists' request.user|username %}">Your lists</a>
|
<a class="help has-text-weight-normal" href="{% url 'user-lists' request.user|username %}">{% trans "Your Lists" %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue