From 881fff20c1938b2f04f31a39500c2341242961d0 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Mon, 1 May 2023 15:47:14 +0530 Subject: [PATCH] chore: workspace invite --- apps/app/components/onboarding/workspace.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/components/onboarding/workspace.tsx b/apps/app/components/onboarding/workspace.tsx index 5dd3ff795..c3e788083 100644 --- a/apps/app/components/onboarding/workspace.tsx +++ b/apps/app/components/onboarding/workspace.tsx @@ -163,7 +163,7 @@ export const Workspace: React.FC = ({ setStep, setWorkspace }) => { )) ) : (
-

You have no invitations

+

{`You don't have any invitations yet.`}

)}