diff --git a/apps/web/src/components/Dashboard/Team.tsx b/apps/web/src/components/Dashboard/Team.tsx index d6383963a..98aedb9ed 100644 --- a/apps/web/src/components/Dashboard/Team.tsx +++ b/apps/web/src/components/Dashboard/Team.tsx @@ -178,7 +178,8 @@ export const TeamContent = ({ if (!res.ok) { toast({ title: 'An error occurred', - description: 'We were unable to add the user to the team', + description: + 'We were unable to add the user to the team. Make sure the user is registered with the email address provided.', }) console.log(res.statusText) return