Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Copy edits (#2710)

authored by

Eric Bailey and committed by
GitHub
17490059 68d4cd10

+3 -4
+1 -1
src/screens/Onboarding/StepFinished.tsx
··· 116 116 </Text> 117 117 <Text 118 118 style={[t.atoms.text_contrast_500, a.text_md, a.leading_snug]}> 119 - <Trans>Never lose access to your followers and data.</Trans> 119 + <Trans>Never lose access to your followers or data.</Trans> 120 120 </Text> 121 121 </View> 122 122 </View>
+2 -3
src/screens/Onboarding/StepModeration/index.tsx
··· 43 43 <IconCircle icon={EyeSlash} style={[a.mb_2xl]} /> 44 44 45 45 <Title> 46 - <Trans>You are in control</Trans> 46 + <Trans>You're in control</Trans> 47 47 </Title> 48 48 <Description style={[a.mb_xl]}> 49 49 <Trans> 50 - Select the types of content that you want to see (or not see), and 51 - we'll handle the rest. 50 + Select what you want to see (or not see), and we’ll handle the rest. 52 51 </Trans> 53 52 </Description> 54 53