Browse Source

更新邮件标题

Pchen0 1 month ago
parent
commit
970bce952e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugin/Email/emailTemplate.js

+ 2 - 2
plugin/Email/emailTemplate.js

@@ -174,7 +174,7 @@ class emailTemplate {
             'RunForge|乐跑成功通知',
             renderEmail({
                 pageTitle: '乐跑成功',
-                headline: '乐跑已成功记录',
+                headline: '乐跑成功通知',
                 variant: 'success',
                 bodyHtml
             })
@@ -202,7 +202,7 @@ class emailTemplate {
             'RunForge|乐跑失败通知',
             renderEmail({
                 pageTitle: '乐跑失败',
-                headline: '乐跑未能完成',
+                headline: '乐跑失败通知',
                 variant: 'danger',
                 bodyHtml
             })