diff --git a/content/404.md b/content/404.md index ab9ba1d60..c63d4425a 100644 --- a/content/404.md +++ b/content/404.md @@ -1,9 +1,9 @@ --- layout: single -title: Page Not Found +title: Страница не найдена permalink: 404.html --- -We couldn't find what you were looking for. +Мы не смогли найти то, что вы искали. -Please contact the owner of the site that linked you to the original URL and let them know their link is broken. +Пожалуйста, свяжитесь с владельцем сайта с которого вы перешли по URL адресу и расскажите что ссылка битая. diff --git a/src/pages/404.js b/src/pages/404.js index b5977ce62..a729081ca 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -21,13 +21,12 @@ const PageNotFound = ({location}: Props) => (
-
Page Not Found
- +
Страница не найдена
+
-

We couldn't find what you were looking for.

+

Мы не смогли найти то, что вы искали.

- Please contact the owner of the site that linked you to the - original URL and let them know their link is broken. + Пожалуйста, свяжитесь с владельцем сайта с которого вы перешли по URL адресу и расскажите что ссылка битая.