diff --git a/bookwyrm/templates/lists/lists.html b/bookwyrm/templates/lists/lists.html index a9258305..27e56f11 100644 --- a/bookwyrm/templates/lists/lists.html +++ b/bookwyrm/templates/lists/lists.html @@ -11,7 +11,7 @@

{% trans "Lists" %} {% if request.user.is_authenticated %} - Your lists + {% trans "Your Lists" %} {% endif %}