diff --git a/src/component/profile_complete/ProfileCompleteCom.jsx b/src/component/profile_complete/ProfileCompleteCom.jsx index 0c3d7e1..43b9476 100644 --- a/src/component/profile_complete/ProfileCompleteCom.jsx +++ b/src/component/profile_complete/ProfileCompleteCom.jsx @@ -57,7 +57,7 @@ export default function ProfileCompleteCom() { mutationFn: (fields) => { const {practice, specialization, url_name} = fields if (!practice || !specialization || !url_name) { - throw new Error('Please select both practice, specialization fields and URL_Name') + throw new Error('Please select both practice, specialization and Enter URL_Name') } return completeProfile(fields) },