From 8e252cc062dd2ca7685cde69a0f8fe2266703c2f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 20 Apr 2024 01:54:30 +0100 Subject: [PATCH] Update profile form --- src/components/UpdateProfile/UpdatePublicProfileForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/UpdateProfile/UpdatePublicProfileForm.tsx b/src/components/UpdateProfile/UpdatePublicProfileForm.tsx index 80e92c4bc..b92467e39 100644 --- a/src/components/UpdateProfile/UpdatePublicProfileForm.tsx +++ b/src/components/UpdateProfile/UpdatePublicProfileForm.tsx @@ -224,7 +224,7 @@ export function UpdatePublicProfileForm() { />

- Set up your public profile to showcase your learning progress. + Set up your profile to showcase your skills.

-
+
- {isLoading ? 'Please wait...' : 'Update Public Profile'} + {isLoading ? 'Please wait..' : 'Save Profile'}