diff --git a/_layouts/default.html b/_layouts/default.html
index 0d8cea0..11dcb99 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,7 +12,7 @@ layout: compress
{% if site.preview and site.preview.pr-number %}
- 当前站点为预览构建而非官方文档,如需反馈问题请前往
#{{ site.preview.pr-number }} 反馈。
+ 当前站点为预览构建而非官方文档。如需反馈问题,请前往
#{{ site.preview.pr-number }} 留言。
{% endif %}
{% include_cached skip-links.html %}
@@ -39,3 +39,4 @@ layout: compress
{% include scripts.html %}