Change text on threadgate button from 'Anybody' to 'Anyone' (#9390)

This commit is contained in:
surfdude29
2025-11-17 11:27:43 +00:00
committed by GitHub
parent 4145878819
commit a35a81a508
@@ -126,7 +126,7 @@ export function ThreadgateBtn({
!postgate.embeddingRules || postgate.embeddingRules.length === 0
const anyoneCanInteract = anyoneCanReply && anyoneCanQuote
const label = anyoneCanInteract
? _(msg`Anybody can interact`)
? _(msg`Anyone can interact`)
: _(msg`Interaction limited`)
return (