Skip to content

Commit a671ddc

Browse files
Itay YehezkelItay Yehezkel
authored andcommitted
Translate Markdown Page
1 parent 7552a57 commit a671ddc

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
@@ -88,7 +88,7 @@ const MarkdownPage = ({
8888
{date}{' '}
8989
{hasAuthors && (
9090
<span>
91-
by{' '}
91+
על ידי{' '}
9292
{toCommaSeparatedList(authors, author => (
9393
<a
9494
css={sharedStyles.link}
@@ -115,7 +115,7 @@ const MarkdownPage = ({
115115
href={`https://github.com/reactjs/reactjs.org/tree/master/${
116116
markdownRemark.fields.path
117117
}`}>
118-
Edit this page
118+
ערוך עמוד זה
119119
</a>
120120
</div>
121121
)}

0 commit comments

Comments
 (0)