surfdude feedback
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
This commit is contained in:
@@ -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}>
|
||||
• <Trans>Deleted by the verifier after verification</Trans>
|
||||
• <Trans>Deleted by Plivo after verification</Trans>
|
||||
</Text>
|
||||
<Text style={style}>
|
||||
•{' '}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user