mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-01 22:11:16 +00:00
make message about group members more generic
This commit is contained in:
parent
70e0128052
commit
f82af6382f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{% load bookwyrm_tags %}
|
||||
|
||||
<h2 class="title is-5">Group Members</h2>
|
||||
<p class="subtitle is-6">{% trans "Members can add and remove books on your group's book lists" %}</p>
|
||||
<p class="subtitle is-6">{% trans "Members can add and remove books on a group's book lists" %}</p>
|
||||
|
||||
<div class="column is-flex is-flex-grow-0">
|
||||
{% for membership in group.memberships.all %}
|
||||
|
|
Loading…
Reference in a new issue