@@ -720,7 +720,7 @@ class Routing
) {
$page = $this->c->Redirect->page('Login');
} else {
- $page = $this->c->Message->message('Bad request');
+ $page = $this->c->Message->message('Not Found', true, 404);
}
break;
case $r::METHOD_NOT_ALLOWED:
@@ -67,6 +67,9 @@ msgstr "Expired token."
msgid "Bad request"
msgstr "Bad request. The link you followed is incorrect or outdated."
+msgid "Not Found"
+msgstr "Not Found. The link is incorrect or outdated."
+
msgid "No view"
msgstr "You do not have permission to view these forums."
@@ -61,6 +61,9 @@ msgstr "При отправке письма возникла ошибка. По
msgstr "Неверный запрос. Ссылка, по которой вы перешли, является неверной или просроченной."
+msgstr "Не найдено. Ссылка является неверной или просроченной."
msgstr "У вас нет прав для просмотра форума."