Update Step2.tsx (#2568)
parent
9835996d73
commit
920d48849e
|
@ -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>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue