aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-15 14:11:59 -0500
committerGitHub <noreply@github.com>2021-01-15 14:11:59 -0500
commit1dccfb1d3e9470d81de8d1ec0a0dbb3803372f7d (patch)
tree19283912419b93d92271744335cff00f741c2611 /src/screens
parente9013ea4d9f44a9f8734d60ac40074e6d82ea736 (diff)
parent397fb6b17ed88d631db0b8bd67f877bc14d59d35 (diff)
Merge pull request #183 from tbhatia2299/HOTFIX_BIO
TMA-542-HOTFIX-BIO
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/profile/EditProfile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx
index d86ae7cb..a6849c7a 100644
--- a/src/screens/profile/EditProfile.tsx
+++ b/src/screens/profile/EditProfile.tsx
@@ -442,7 +442,7 @@ const EditProfile: React.FC<EditProfileProps> = ({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}