From 907bf546c75db817e6e1dfa5ef179b43593aeab1 Mon Sep 17 00:00:00 2001 From: justice chimobi Date: Mon, 18 Nov 2024 10:25:00 +0100 Subject: [PATCH] chore: update edit social numbers --- src/pages/Users/Settings/UpdateProfile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Users/Settings/UpdateProfile/index.tsx b/src/pages/Users/Settings/UpdateProfile/index.tsx index b2d3d87..3e55349 100644 --- a/src/pages/Users/Settings/UpdateProfile/index.tsx +++ b/src/pages/Users/Settings/UpdateProfile/index.tsx @@ -55,7 +55,7 @@ const UpdateProfile: FunctionComponent = () => { const handleAddSocial = (platform: string) => { if (socials.length >= 4) { - errorNotification('You can only add up to 3 social media accounts.'); + errorNotification('You can only add up to 4 social media accounts.'); return; }