We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ed19a + f898db7 commit e4c5a0bCopy full SHA for e4c5a0b
src/pages/404.js
@@ -21,13 +21,12 @@ const PageNotFound = ({location}: Props) => (
21
<Container>
22
<div css={sharedStyles.articleLayout.container}>
23
<div css={sharedStyles.articleLayout.content}>
24
- <Header>Page Not Found</Header>
25
- <TitleAndMetaTags title="React - Page Not Found" />
+ <Header>Sayfa Bulunamadı</Header>
+ <TitleAndMetaTags title="React - Sayfa Bulunamadı" />
26
<div css={sharedStyles.markdown}>
27
- <p>We couldn't find what you were looking for.</p>
+ <p>Aradığınız şeyi bulamadık.</p>
28
<p>
29
- Please contact the owner of the site that linked you to the
30
- original URL and let them know their link is broken.
+ Lütfen sizi orijinal URL’e bağlayan sitenin sahibiyle iletişime geçin ve bağlantılarının bozuk olduğunu bildirin.
31
</p>
32
</div>
33
0 commit comments