From 1600bb69b9882dddc883e8f48cc0036e2e9cf86b Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 21 Jul 2021 08:00:13 -0400 Subject: [PATCH] sms copy --- ui/component/userVerify/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/userVerify/view.jsx b/ui/component/userVerify/view.jsx index e010507ea..bbade808d 100644 --- a/ui/component/userVerify/view.jsx +++ b/ui/component/userVerify/view.jsx @@ -12,7 +12,7 @@ import LbcSymbol from 'component/common/lbc-symbol'; type Props = { errorMessage: ?string, isPending: boolean, - verifyUserIdentity: string => void, + verifyUserIdentity: (string) => void, verifyPhone: () => void, fetchUser: () => void, skipLink?: string, @@ -74,7 +74,7 @@ class UserVerify extends React.PureComponent { icon={ICONS.PHONE} title={__('Verify phone number')} subtitle={__( - 'You will receive an SMS text message confirming your phone number is valid. Does not work for Canada and possibly other regions.' + 'You will receive an SMS text message confirming your phone number is valid. May not be available in all regions.' )} actions={