Skip to content

Commit

Permalink
Added 404 page translation
Browse files Browse the repository at this point in the history
  • Loading branch information
alkhasov committed Mar 4, 2019
1 parent 6388ca7 commit 2e7c864
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ const PageNotFound = ({location}: Props) => (
<Container>
<div css={sharedStyles.articleLayout.container}>
<div css={sharedStyles.articleLayout.content}>
<Header>Page Not Found</Header>
<TitleAndMetaTags title="React - Page Not Found" />
<Header>Страница не найдена</Header>
<TitleAndMetaTags title="React - Страница не найдена" />
<div css={sharedStyles.markdown}>
<p>We couldn't find what you were looking for.</p>
<p>Мы не смогли найти то, что вы искали.</p>
<p>
Please contact the owner of the site that linked you to the
original URL and let them know their link is broken.
Пожалуйста, свяжитесь с владельцем сайта с которого вы перешли по URL адресу и расскажите что ссылка битая.
</p>
</div>
</div>
Expand Down

0 comments on commit 2e7c864

Please sign in to comment.