Skip to content

Commit 53939dd

Browse files
zcfanQC-L
authored andcommitted
docs(cn): translate src/components/CodeExample/CodeExample.js (#150)
1 parent 4f787e1 commit 53939dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeExample/CodeExample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CodeExample extends Component {
6161
{loaded ? (
6262
<CodeEditor code={code} containerNodeID={containerNodeID} />
6363
) : (
64-
<h4>Loading code example...</h4>
64+
<h4>正在加载代码示例...</h4>
6565
)}
6666
</div>
6767
);

0 commit comments

Comments
 (0)