surfdude feedback

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
Samuel Newman
2025-12-11 01:29:57 -08:00
parent b6231acd41
commit dfc730363d
5 changed files with 6 additions and 6 deletions
@@ -52,7 +52,7 @@ export function OTPInput({
return ( return (
<Pressable <Pressable
accessibilityLabel={_(msg`Focus OTP input`)} accessibilityLabel={_(msg`Focus code input`)}
accessibilityRole="button" accessibilityRole="button"
accessibilityHint="" accessibilityHint=""
style={[a.w_full, a.relative]} style={[a.w_full, a.relative]}
@@ -217,7 +217,7 @@ function showPermissionDeniedAlert() {
t`You'll need to go to the app's settings and give permission if you want to use this feature.`, t`You'll need to go to the app's settings and give permission if you want to use this feature.`,
[ [
{ {
text: t`Ok`, text: t`OK`,
style: 'default', style: 'default',
}, },
], ],
@@ -244,7 +244,7 @@ function LegalDisclaimer() {
<Trans>Sent to our phone number verification provider Plivo</Trans> <Trans>Sent to our phone number verification provider Plivo</Trans>
</Text> </Text>
<Text style={style}> <Text style={style}>
&bull; <Trans>Deleted by the verifier after verification</Trans> &bull; <Trans>Deleted by Plivo after verification</Trans>
</Text> </Text>
<Text style={style}> <Text style={style}>
&bull;{' '} &bull;{' '}
@@ -244,7 +244,7 @@ function OTPStatus({
if (isSuccess) { if (isSuccess) {
Icon = CircleCheckIcon Icon = CircleCheckIcon
text = _(msg`Phone verified`) text = _(msg`Phone number verified`)
textColor = t.palette.positive_500 textColor = t.palette.positive_500
} else if (isPending) { } else if (isPending) {
text = _(msg`Verifying...`) text = _(msg`Verifying...`)
@@ -55,11 +55,11 @@ export function StepFindContactsIntro() {
<View style={[a.gap_md]}> <View style={[a.gap_md]}>
<Button <Button
onPress={() => dispatch({type: 'next'})} onPress={() => dispatch({type: 'next'})}
label={_(msg`Upload contacts`)} label={_(msg`Import contacts`)}
size="large" size="large"
color="primary"> color="primary">
<ButtonText> <ButtonText>
<Trans>Upload contacts</Trans> <Trans>Import contacts</Trans>
</ButtonText> </ButtonText>
</Button> </Button>
<Button <Button