Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Update SetNewPasswordForm.tsx (#8349)

authored by

Minseo Lee and committed by
GitHub
42c4da1e b3be5a26

+6 -2
+6 -2
src/screens/Login/SetNewPasswordForm.tsx
··· 112 112 </Text> 113 113 114 114 <View> 115 - <TextField.LabelText>Reset code</TextField.LabelText> 115 + <TextField.LabelText> 116 + <Trans>Reset code</Trans> 117 + </TextField.LabelText> 116 118 <TextField.Root> 117 119 <TextField.Icon icon={Ticket} /> 118 120 <TextField.Input ··· 135 137 </View> 136 138 137 139 <View> 138 - <TextField.LabelText>New password</TextField.LabelText> 140 + <TextField.LabelText> 141 + <Trans>New password</Trans> 142 + </TextField.LabelText> 139 143 <TextField.Root> 140 144 <TextField.Icon icon={Lock} /> 141 145 <TextField.Input