diff --git a/aio/tools/transforms/templates/api/export-base.template.html b/aio/tools/transforms/templates/api/export-base.template.html index 9b94d5a312..664d0ebfaa 100644 --- a/aio/tools/transforms/templates/api/export-base.template.html +++ b/aio/tools/transforms/templates/api/export-base.template.html @@ -3,7 +3,7 @@ {% block body %}
{$ doc.shortDescription | marked $} - {% if doc.description %}

See more...

{% endif %} + {% if doc.description %}

查看"说明"...

{% endif %}
{% include "includes/security-notes.html" %} {% include "includes/deprecation.html" %}