Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Update Step2.tsx (#2568)

authored by

Minseo Lee and committed by
GitHub
920d4884 9835996d

+4 -2
+4 -2
src/view/com/auth/create/Step2.tsx
··· 276 276 autoFocus={true} 277 277 /> 278 278 <Text type="sm" style={[pal.textLight, s.mt5]}> 279 - <Trans>Please enter the verification code sent to</Trans>{' '} 280 - {phoneNumberFormatted}. 279 + <Trans> 280 + Please enter the verification code sent to{' '} 281 + {phoneNumberFormatted}. 282 + </Trans> 281 283 </Text> 282 284 </View> 283 285 </>