diff --git a/bookwyrm/templates/feed/direct_messages.html b/bookwyrm/templates/feed/direct_messages.html index 049a12b8..2c28a79b 100644 --- a/bookwyrm/templates/feed/direct_messages.html +++ b/bookwyrm/templates/feed/direct_messages.html @@ -7,7 +7,7 @@ {% if partner %} {% blocktrans with username=partner.display_name path=partner.local_path %}Direct Messages with {{ username }}{% endblocktrans %} {% else %} - {% trans "Direct Messsages" %} + {% trans "Direct Messages" %} {% endif %} {% if partner %}
{% endif %} diff --git a/bookwyrm/templates/goal.html b/bookwyrm/templates/goal.html index 2bbe40e0..0807dea8 100644 --- a/bookwyrm/templates/goal.html +++ b/bookwyrm/templates/goal.html @@ -22,7 +22,7 @@