Bluesky app fork with some witchin' additions 💫

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

authored by

surfdude29 and committed by
GitHub
a35a81a5 41458788

+1 -1
+1 -1
src/view/com/composer/threadgate/ThreadgateBtn.tsx
··· 126 126 !postgate.embeddingRules || postgate.embeddingRules.length === 0 127 127 const anyoneCanInteract = anyoneCanReply && anyoneCanQuote 128 128 const label = anyoneCanInteract 129 - ? _(msg`Anybody can interact`) 129 + ? _(msg`Anyone can interact`) 130 130 : _(msg`Interaction limited`) 131 131 132 132 return (