Update Step2.tsx (#2568)

zio/stable
Minseo Lee 2024-01-20 09:14:12 +09:00 committed by GitHub
parent 9835996d73
commit 920d48849e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -276,8 +276,10 @@ export function Step2({
autoFocus={true} autoFocus={true}
/> />
<Text type="sm" style={[pal.textLight, s.mt5]}> <Text type="sm" style={[pal.textLight, s.mt5]}>
<Trans>Please enter the verification code sent to</Trans>{' '} <Trans>
{phoneNumberFormatted}. Please enter the verification code sent to{' '}
{phoneNumberFormatted}.
</Trans>
</Text> </Text>
</View> </View>
</> </>