mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
wip: zen
This commit is contained in:
parent
2d35b78333
commit
b6b82aa847
@ -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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user