diff options
-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> </> |