diff --git a/api/templates/without-brand/email_code_login_mail_template_en-US.html b/api/templates/without-brand/email_code_login_mail_template_en-US.html index d95454ed46..63f34ff1d3 100644 --- a/api/templates/without-brand/email_code_login_mail_template_en-US.html +++ b/api/templates/without-brand/email_code_login_mail_template_en-US.html @@ -59,7 +59,7 @@
-

Your login code

+

Your login code for {{application_title}}

Copy and paste this code, this code will only be valid for the next 5 minutes.

{{code}} diff --git a/api/templates/without-brand/email_code_login_mail_template_zh-CN.html b/api/templates/without-brand/email_code_login_mail_template_zh-CN.html index c8714c25b4..63d2a2ec61 100644 --- a/api/templates/without-brand/email_code_login_mail_template_zh-CN.html +++ b/api/templates/without-brand/email_code_login_mail_template_zh-CN.html @@ -59,7 +59,7 @@
-

登录验证码

+

{{application_title}} 的登录验证码

复制并粘贴此验证码,注意验证码仅在接下来的 5 分钟内有效。

{{code}} diff --git a/api/templates/without-brand/invite_member_mail_template_en-US.html b/api/templates/without-brand/invite_member_mail_template_en-US.html index 89080f166f..45f2ea292c 100644 --- a/api/templates/without-brand/invite_member_mail_template_en-US.html +++ b/api/templates/without-brand/invite_member_mail_template_en-US.html @@ -54,12 +54,13 @@

Dear {{ to }},

-

{{ inviter_name }} is pleased to invite you to join our workspace, a platform specifically designed for LLM application development. On platform, you can explore, create, and collaborate to build and operate AI applications.

-

Click the button below to log in to platform and join the workspace.

+

{{ inviter_name }} is pleased to invite you to join our workspace on {{application_title}}, a platform specifically designed for LLM application development. On {{application_title}}, you can explore, create, and collaborate to build and operate AI applications.

+

Click the button below to log in to {{application_title}} and join the workspace.

Login Here

diff --git a/api/templates/without-brand/invite_member_mail_template_zh-CN.html b/api/templates/without-brand/invite_member_mail_template_zh-CN.html index ee2e06d132..d4f80c66f8 100644 --- a/api/templates/without-brand/invite_member_mail_template_zh-CN.html +++ b/api/templates/without-brand/invite_member_mail_template_zh-CN.html @@ -55,12 +55,13 @@

尊敬的 {{ to }},

-

{{ inviter_name }} 现邀请您加入我们的工作区,这是一个专为 LLM 应用开发而设计的平台。在平台上,您可以探索、创造和合作,构建和运营 AI 应用。

-

点击下方按钮即可登录并且加入空间。

+

{{ inviter_name }} 现邀请您加入我们在 {{application_title}} 的工作区,这是一个专为 LLM 应用开发而设计的平台。在 {{application_title}} 上,您可以探索、创造和合作,构建和运营 AI 应用。

+

点击下方按钮即可登录 {{application_title}} 并且加入空间。

在此登录

diff --git a/api/templates/without-brand/reset_password_mail_template_en-US.html b/api/templates/without-brand/reset_password_mail_template_en-US.html index 7e26de6d58..a285ec74a9 100644 --- a/api/templates/without-brand/reset_password_mail_template_en-US.html +++ b/api/templates/without-brand/reset_password_mail_template_en-US.html @@ -59,7 +59,7 @@
-

Set your password

+

Set your {{application_title}} password

Copy and paste this code, this code will only be valid for the next 5 minutes.

{{code}} diff --git a/api/templates/without-brand/reset_password_mail_template_zh-CN.html b/api/templates/without-brand/reset_password_mail_template_zh-CN.html index ef63d639e0..3fbaf2e892 100644 --- a/api/templates/without-brand/reset_password_mail_template_zh-CN.html +++ b/api/templates/without-brand/reset_password_mail_template_zh-CN.html @@ -59,7 +59,7 @@
-

设置您的账户密码

+

设置您的 {{application_title}} 账户密码

复制并粘贴此验证码,注意验证码仅在接下来的 5 分钟内有效。

{{code}}