Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

move translation tags (#7823)

authored by

surfdude29 and committed by
GitHub
a7e1913e a1699da1

+6 -4
+6 -4
src/screens/Signup/StepHandle.tsx
··· 126 126 </View> 127 127 {draftValue !== '' && ( 128 128 <Text style={[a.text_md]}> 129 - <Trans>Your full username will be</Trans>{' '} 130 - <Text style={[a.text_md, a.font_bold]}> 131 - @{createFullHandle(draftValue, state.userDomain)} 132 - </Text> 129 + <Trans> 130 + Your full username will be{' '} 131 + <Text style={[a.text_md, a.font_bold]}> 132 + @{createFullHandle(draftValue, state.userDomain)} 133 + </Text> 134 + </Trans> 133 135 </Text> 134 136 )} 135 137