clarify closed/open group copy
This commit is contained in:
parent
aad5f6528b
commit
c202c5de68
|
@ -357,7 +357,7 @@ function GroupOverview(props: {
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<span className={'text-gray-700'}>
|
<span className={'text-gray-700'}>
|
||||||
{anyoneCanJoin ? 'Open' : 'Closed'}
|
{anyoneCanJoin ? 'Open to all' : 'Closed (by invite only)'}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
</Row>
|
</Row>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user