diff --git a/packages/console/mail/emails/templates/InviteEmail.tsx b/packages/console/mail/emails/templates/InviteEmail.tsx
index 78590ebc..c2732426 100644
--- a/packages/console/mail/emails/templates/InviteEmail.tsx
+++ b/packages/console/mail/emails/templates/InviteEmail.tsx
@@ -35,7 +35,7 @@ export const InviteEmail = ({
assetsUrl = LOCAL_ASSETS_URL,
}: InviteEmailProps) => {
const subject = `You've been invited to join the ${workspaceName} workspace on OpenCode Console`
- const messagePlain = `${inviter} invited you to join the ${workspaceName} workspace (${workspaceID}).`
+ const messagePlain = `${inviter} invited you to join the ${workspaceName} workspace.`
const url = `${CONSOLE_URL}workspace/${workspaceID}`
return (
@@ -67,7 +67,7 @@ export const InviteEmail = ({
{workspaceName}
{" "}
- workspace ({workspaceID}) in the{" "}
+ workspace in the{" "}
OpenCode Console