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 (
<Pressable
accessibilityLabel={_(msg`Focus OTP input`)}
accessibilityLabel={_(msg`Focus code input`)}
accessibilityRole="button"
accessibilityHint=""
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.`,
[
{
text: t`Ok`,
text: t`OK`,
style: 'default',
},
],
@@ -244,7 +244,7 @@ function LegalDisclaimer() {
<Trans>Sent to our phone number verification provider Plivo</Trans>
</Text>
<Text style={style}>
&bull; <Trans>Deleted by the verifier after verification</Trans>
&bull; <Trans>Deleted by Plivo after verification</Trans>
</Text>
<Text style={style}>
&bull;{' '}
@@ -244,7 +244,7 @@ function OTPStatus({
if (isSuccess) {
Icon = CircleCheckIcon
text = _(msg`Phone verified`)
text = _(msg`Phone number verified`)
textColor = t.palette.positive_500
} else if (isPending) {
text = _(msg`Verifying...`)
@@ -55,11 +55,11 @@ export function StepFindContactsIntro() {
<View style={[a.gap_md]}>
<Button
onPress={() => dispatch({type: 'next'})}
label={_(msg`Upload contacts`)}
label={_(msg`Import contacts`)}
size="large"
color="primary">
<ButtonText>
<Trans>Upload contacts</Trans>
<Trans>Import contacts</Trans>
</ButtonText>
</Button>
<Button