summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-10-10 21:26:16 -0400
committerFrank <[email protected]>2025-10-10 21:26:16 -0400
commitb6b82aa84780b3896bbd2dc43f8aef3638f6b499 (patch)
tree58a20e45c23f1cb07c43c4a9e7b15657096fb5eb /packages
parent2d35b783335cae9898ec80362934bab892fcf973 (diff)
downloadopencode-b6b82aa84780b3896bbd2dc43f8aef3638f6b499.tar.gz
opencode-b6b82aa84780b3896bbd2dc43f8aef3638f6b499.zip
wip: zen
Diffstat (limited to 'packages')
-rw-r--r--packages/console/mail/emails/templates/InviteEmail.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/mail/emails/templates/InviteEmail.tsx b/packages/console/mail/emails/templates/InviteEmail.tsx
index 5c9630224..78590ebcb 100644
--- a/packages/console/mail/emails/templates/InviteEmail.tsx
+++ b/packages/console/mail/emails/templates/InviteEmail.tsx
@@ -34,7 +34,7 @@ export const InviteEmail = ({
workspaceName = "anomaly",
assetsUrl = LOCAL_ASSETS_URL,
}: InviteEmailProps) => {
- const subject = `You were invited to the OpenCode Console`
+ 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 url = `${CONSOLE_URL}workspace/${workspaceID}`
return (