Change text on threadgate button from 'Anybody' to 'Anyone' (#9390)
This commit is contained in:
@@ -126,7 +126,7 @@ export function ThreadgateBtn({
|
|||||||
!postgate.embeddingRules || postgate.embeddingRules.length === 0
|
!postgate.embeddingRules || postgate.embeddingRules.length === 0
|
||||||
const anyoneCanInteract = anyoneCanReply && anyoneCanQuote
|
const anyoneCanInteract = anyoneCanReply && anyoneCanQuote
|
||||||
const label = anyoneCanInteract
|
const label = anyoneCanInteract
|
||||||
? _(msg`Anybody can interact`)
|
? _(msg`Anyone can interact`)
|
||||||
: _(msg`Interaction limited`)
|
: _(msg`Interaction limited`)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user