diff options
| author | Frank <[email protected]> | 2025-10-10 21:26:16 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-10 21:26:16 -0400 |
| commit | b6b82aa84780b3896bbd2dc43f8aef3638f6b499 (patch) | |
| tree | 58a20e45c23f1cb07c43c4a9e7b15657096fb5eb | |
| parent | 2d35b783335cae9898ec80362934bab892fcf973 (diff) | |
| download | opencode-b6b82aa84780b3896bbd2dc43f8aef3638f6b499.tar.gz opencode-b6b82aa84780b3896bbd2dc43f8aef3638f6b499.zip | |
wip: zen
| -rw-r--r-- | packages/console/mail/emails/templates/InviteEmail.tsx | 2 |
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 ( |
