From d80a28e12899c3f9d000840a6576d4a163373c0e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 23 Oct 2021 08:00:45 -0700 Subject: [PATCH] Consistent quotes around group names in notifications --- bookwyrm/templates/notifications/items/invite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/notifications/items/invite.html b/bookwyrm/templates/notifications/items/invite.html index de3b89e42..abb8cd02f 100644 --- a/bookwyrm/templates/notifications/items/invite.html +++ b/bookwyrm/templates/notifications/items/invite.html @@ -13,7 +13,7 @@ {% block description %} {% blocktrans trimmed with group_name=notification.related_group.name group_path=notification.related_group.local_path %} -invited you to join the group {{ group_name }} +invited you to join the group "{{ group_name }}" {% endblocktrans %}
{% include 'snippets/join_invitation_buttons.html' with group=notification.related_group %}