Frank 4 месяцев назад
Родитель
Сommit
b6b82aa847
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/console/mail/emails/templates/InviteEmail.tsx

+ 1 - 1
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 (