You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/06/30 09:31:02 UTC

[incubator-echarts-doc] branch master updated: example: use a shorter en title to avoid the overlap

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 80f0e9d  example: use a shorter en title to avoid the overlap
80f0e9d is described below

commit 80f0e9d1ebc1671a83b86aea6a08fa6f21cc9acb
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Jun 30 17:18:32 2020 +0800

    example: use a shorter en title to avoid the overlap
---
 src/i18n.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i18n.js b/src/i18n.js
index 0237dd8..03c0887 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -20,7 +20,7 @@ export default {
             properties: 'Properties'
         },
         example: {
-            title: 'Preview the Option',
+            title: 'Preview',
             titleShort: 'Preview',
             intro: 'Try different values of the option and preview!',
             noExample: 'No example available for current component.',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org