diff --git a/frontend/src/app/(user-area)/dashboard/InitialTeamSetup.tsx b/frontend/src/app/(user-area)/dashboard/InitialTeamSetup.tsx
index c47ccc52..198b35b3 100644
--- a/frontend/src/app/(user-area)/dashboard/InitialTeamSetup.tsx
+++ b/frontend/src/app/(user-area)/dashboard/InitialTeamSetup.tsx
@@ -49,7 +49,7 @@ const JoinTeamForm = () => {
? "You currently have no team invites. If you'd like to join an existing team, ask a team administrator to invite you."
: `You have ${invites.length} team invite${invites.length === 1 ? '' : 's'}:`}