From 1940d1cf87481a5e717d431f9403e8e44bfd9931 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 11 Oct 2025 08:18:57 -0400 Subject: [PATCH] wip: zen --- packages/console/mail/emails/templates/InviteEmail.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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