From 9af435bbeb53eb67fb0e26c3768909ef35d38bc3 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 12 Aug 2021 19:18:37 -0700 Subject: [PATCH] Space getting removes in reply header --- bookwyrm/templates/snippets/status/headers/note.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/status/headers/note.html b/bookwyrm/templates/snippets/status/headers/note.html index 58c76f640..b07b9109a 100644 --- a/bookwyrm/templates/snippets/status/headers/note.html +++ b/bookwyrm/templates/snippets/status/headers/note.html @@ -13,7 +13,7 @@ {% with parent_status=status|parent %} {% if parent_status %} {% blocktrans trimmed with username=parent_status.user.display_name user_path=parent_status.user.local_path status_path=parent_status.local_path %} -replied to {{ username}}'s status +replied to {{ username}}'s status {% endblocktrans %} {% endif %} {% endwith %}