From dfc730363dd5992812c336ae60be095e7e2908b4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 11 Dec 2025 01:29:57 -0800 Subject: [PATCH] surfdude feedback Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- src/components/contacts/components/OTPInput.tsx | 2 +- src/components/contacts/screens/GetContacts.tsx | 2 +- src/components/contacts/screens/PhoneInput.tsx | 2 +- src/components/contacts/screens/VerifyNumber.tsx | 2 +- src/screens/Onboarding/StepFindContactsIntro/index.tsx | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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() {