Bluesky app fork with some witchin' additions 💫

change "leaving bluesky" text

+2 -2
+2 -2
src/components/dialogs/LinkWarning.tsx
··· 64 64 label={ 65 65 potentiallyMisleading 66 66 ? _(msg`Potentially misleading link warning`) 67 - : _(msg`Leaving Bluesky`) 67 + : _(msg`Leaving Kitty`) 68 68 }> 69 69 <View style={[a.gap_2xl]}> 70 70 <View style={[a.gap_sm]}> ··· 72 72 {potentiallyMisleading ? ( 73 73 <Trans>Potentially misleading link</Trans> 74 74 ) : ( 75 - <Trans>Leaving Bluesky</Trans> 75 + <Trans>Leaving Kitty</Trans> 76 76 )} 77 77 </Text> 78 78 <Text style={[t.atoms.text_contrast_high, a.text_md, a.leading_snug]}>