diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-01-20 09:14:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 16:14:12 -0800 |
commit | 920d48849e0c9d71443f72abab3ff650e264793e (patch) | |
tree | 89b1a4879fee09607f90577797eaa7a2bd5b528c | |
parent | 9835996d73f9f4b1cdb0c2dfa433972ea203d982 (diff) | |
download | voidsky-920d48849e0c9d71443f72abab3ff650e264793e.tar.zst |
Update Step2.tsx (#2568)
-rw-r--r-- | src/view/com/auth/create/Step2.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx index e3e938d12..f6eedc2eb 100644 --- a/src/view/com/auth/create/Step2.tsx +++ b/src/view/com/auth/create/Step2.tsx @@ -276,8 +276,10 @@ export function Step2({ autoFocus={true} /> <Text type="sm" style={[pal.textLight, s.mt5]}> - <Trans>Please enter the verification code sent to</Trans>{' '} - {phoneNumberFormatted}. + <Trans> + Please enter the verification code sent to{' '} + {phoneNumberFormatted}. + </Trans> </Text> </View> </> |