From af8e4bcb1a847d28920a3ef83226bb9fcbe538f9 Mon Sep 17 00:00:00 2001 From: Tanmay Bhatia Date: Wed, 13 Jan 2021 17:40:47 -0800 Subject: Bio can include everything now --- src/screens/profile/EditProfile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/profile') diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx index 55e19a51..ed012313 100644 --- a/src/screens/profile/EditProfile.tsx +++ b/src/screens/profile/EditProfile.tsx @@ -434,7 +434,7 @@ const EditProfile: React.FC = ({route, navigation}) => { valid={form.isValidBio} attemptedSubmit={form.attemptedSubmit} invalidWarning={ - 'Bio must be less than 150 characters and must contain valid characters' + 'Bio must be less than 150 characters' } width={280} value={form.bio} -- cgit v1.2.3-70-g09d2