diff --git a/app/views/mailer/send_mail_anonymous_comment_open.html.erb b/app/views/mailer/send_mail_anonymous_comment_open.html.erb
index 5409ade55..3aa3d1c21 100644
--- a/app/views/mailer/send_mail_anonymous_comment_open.html.erb
+++ b/app/views/mailer/send_mail_anonymous_comment_open.html.erb
@@ -2,7 +2,7 @@
- <%= l(:mail_issue_content)%>
-
<%=link_to @author, user_url(@author) %> 发布的作业:<%=link_to @anonymous_comment_close_name, @anonymous_comment_close_url%> 已经开启匿评了!
+ <%=link_to @author, user_url(@author) %> 发布的作业:<%=link_to @anonymous_comment_close_name, @anonymous_comment_close_url%> 已经开启匿评了,请您关注!
diff --git a/config/locales/mailers/zh.yml b/config/locales/mailers/zh.yml
index 97f0029ea..7b56011b1 100644
--- a/config/locales/mailers/zh.yml
+++ b/config/locales/mailers/zh.yml
@@ -26,6 +26,6 @@ zh:
mail_attention: "请您关注!"
mail_homework_endtime: "作业截止时间快到了!"
mail_homework: "作业:"
- mail_anonymous_comment_close: "作业匿评已经关闭!"
+ mail_anonymous_comment_close: "作业匿评已经关闭,请您关注!"
mail_anonymous_comment_open: "作业匿评已经开启,请您关注!"
- mail_anonymous_comment_failed: "作业匿评开启失败!"
\ No newline at end of file
+ mail_anonymous_comment_failed: "作业匿评开启失败,请您关注!"
\ No newline at end of file