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.`}

)}