Consistent quotes around group names in notifications

This commit is contained in:
Mouse Reeve 2021-10-23 08:00:45 -07:00
parent 353ccc1d7d
commit d80a28e128

View file

@ -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 <a href="{{ group_path }}">{{ group_name }}</a>
invited you to join the group "<a href="{{ group_path }}">{{ group_name }}</a>"
{% endblocktrans %}
<div class="row shrink">
{% include 'snippets/join_invitation_buttons.html' with group=notification.related_group %}