Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix crash on account create

authored by

uwx and committed by tangled.org faa6e3bb 05374c6b

+5 -11
+5 -11
src/screens/Signup/StepInfo/index.tsx
··· 110 110 if (state.serviceUrl === DEFAULT_SERVICE) { 111 111 return dispatch({ 112 112 type: 'setError', 113 - value: _( 114 - msg`Please choose a 3rd party service host, or sign up on bsky.app.`, 115 - ), 113 + value: l`Please choose a 3rd party service host, or sign up on bsky.app.`, 116 114 }) 117 115 } 118 116 ··· 185 183 Witchsky is part of the{' '} 186 184 { 187 185 <SimpleInlineLinkText 188 - label={_(msg`Atmosphere`)} 186 + label={l`Atmosphere`} 189 187 to="https://atproto.com/"> 190 188 <Trans>Atmosphere</Trans> 191 189 </SimpleInlineLinkText> ··· 203 201 <Button 204 202 testID="signInButton" 205 203 onPress={onPressSignIn} 206 - label={_(msg`Sign in with an Atmosphere account`)} 207 - accessibilityHint={_( 208 - msg`Opens flow to sign in to your existing Atmosphere account`, 209 - )} 204 + label={l`Sign in with an Atmosphere account`} 205 + accessibilityHint={l`Opens flow to sign in to your existing Atmosphere account`} 210 206 size="large" 211 207 variant="solid" 212 208 color="primary"> ··· 230 226 create a new account on a Bluesky-hosted PDS, sign up through{' '} 231 227 {/* TODO: Xan: change to say sign up for a Witchsky account */} 232 228 { 233 - <SimpleInlineLinkText 234 - label={_(msg`bsky.app`)} 235 - to="https://bsky.app"> 229 + <SimpleInlineLinkText label={l`bsky.app`} to="https://bsky.app"> 236 230 <Trans>bsky.app</Trans> 237 231 </SimpleInlineLinkText> 238 232 }{' '}