diff options
| author | Frank <[email protected]> | 2025-10-11 08:18:57 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-11 08:27:32 -0400 |
| commit | 1940d1cf87481a5e717d431f9403e8e44bfd9931 (patch) | |
| tree | 05170f905af7a0b76b38b8c5b90aeed338bfde20 | |
| parent | 1f0ed24402a68d13e8f4e93c78354f240cf83b3b (diff) | |
| download | opencode-1940d1cf87481a5e717d431f9403e8e44bfd9931.tar.gz opencode-1940d1cf87481a5e717d431f9403e8e44bfd9931.zip | |
wip: zen
| -rw-r--r-- | packages/console/mail/emails/templates/InviteEmail.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/mail/emails/templates/InviteEmail.tsx b/packages/console/mail/emails/templates/InviteEmail.tsx index 78590ebcb..c27324262 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 ( <Html lang="en"> @@ -67,7 +67,7 @@ export const InviteEmail = ({ <Link style={medium} href={url}> <B>{workspaceName}</B> </Link>{" "} - workspace ({workspaceID}) in the{" "} + workspace in the{" "} <Link style={medium} href={`${CONSOLE_URL}zen`}> OpenCode Console </Link> |
