Skip to content

Commit 84b7c12

Browse files
committed
docs(cn): translate 「Edit this page」 -> 「编辑此页面」
1 parent 8eb3b8f commit 84b7c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MarkdownPage/MarkdownPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ const MarkdownPage = ({
112112
<div css={{marginTop: 80}}>
113113
<a
114114
css={sharedStyles.articleLayout.editLink}
115-
href={`https://github.com/reactjs/reactjs.org/tree/master/${
115+
href={`https://github.com/reactjs/zh-hans.reactjs.org/tree/master/${
116116
markdownRemark.fields.path
117117
}`}>
118-
Edit this page
118+
编辑此页面
119119
</a>
120120
</div>
121121
)}

0 commit comments

Comments
 (0)