Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

Redrafting posts are actually skeets

xan.lol 99775d83 674f260c

verified
+2 -2
+2 -2
src/components/PostControls/PostMenu/PostMenuItems.tsx
··· 604 604 <> 605 605 <Prompt.Basic 606 606 control={redraftPromptControl} 607 - title={_(msg`Redraft this post?`)} 607 + title={_(msg`Redraft this skeet?`)} 608 608 description={_( 609 - msg`This will delete the original post and open the composer with its content.`, 609 + msg`This will delete the original skeet and open the composer with its content.`, 610 610 )} 611 611 onConfirm={onConfirmRedraft} 612 612 confirmButtonCta={_(msg`Redraft`)}