pull/3100/head
Frank 2025-10-11 08:18:57 -04:00
parent 1f0ed24402
commit 1940d1cf87
1 changed files with 2 additions and 2 deletions

View File

@ -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>