diff --git a/group/templates/group/group_info.html b/group/templates/group/group_info.html
index dadc9289ff..b8c03b8f0a 100644
--- a/group/templates/group/group_info.html
+++ b/group/templates/group/group_info.html
@@ -67,7 +67,7 @@
{% endif %}
-
留言板(全部{{ msg_cnt }}条)
+
留言板
{{ msg.message }}
-
回复({{ msg.reply_cnt }})
-
收起回复
+ {% if msg.reply_cnt == 0 %}
+
回复
+ {% else %}
+
{{ msg.reply_cnt }} 回复
+ {% endif %}
+
收起回复