diff --git a/src/components/contacts/components/OTPInput.tsx b/src/components/contacts/components/OTPInput.tsx index c7575fdfe9..1ca791953a 100644 --- a/src/components/contacts/components/OTPInput.tsx +++ b/src/components/contacts/components/OTPInput.tsx @@ -52,7 +52,7 @@ export function OTPInput({ return ( Sent to our phone number verification provider Plivo - • Deleted by the verifier after verification + • Deleted by Plivo after verification •{' '} diff --git a/src/components/contacts/screens/VerifyNumber.tsx b/src/components/contacts/screens/VerifyNumber.tsx index a0a4c98fa7..06baf3da1c 100644 --- a/src/components/contacts/screens/VerifyNumber.tsx +++ b/src/components/contacts/screens/VerifyNumber.tsx @@ -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...`) diff --git a/src/screens/Onboarding/StepFindContactsIntro/index.tsx b/src/screens/Onboarding/StepFindContactsIntro/index.tsx index 892e546672..ce40578b56 100644 --- a/src/screens/Onboarding/StepFindContactsIntro/index.tsx +++ b/src/screens/Onboarding/StepFindContactsIntro/index.tsx @@ -55,11 +55,11 @@ export function StepFindContactsIntro() {