Update Step2.tsx (#2568)

This commit is contained in:
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

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