From ffee743f9e0c95e57341f5ed7af9b42a79521660 Mon Sep 17 00:00:00 2001 From: Mish Ushakov Date: Fri, 15 Nov 2024 20:03:12 +0100 Subject: [PATCH] updated user invite message --- apps/web/src/components/Dashboard/Team.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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