Change error text for 404
This commit is contained in:
parent
39b1ba5998
commit
2e04d9aac3
3 changed files with 7 additions and 1 deletions
|
@ -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 "При отправке письма возникла ошибка. По
|
|||
msgid "Bad request"
|
||||
msgstr "Неверный запрос. Ссылка, по которой вы перешли, является неверной или просроченной."
|
||||
|
||||
msgid "Not Found"
|
||||
msgstr "Не найдено. Ссылка является неверной или просроченной."
|
||||
|
||||
msgid "No view"
|
||||
msgstr "У вас нет прав для просмотра форума."
|
||||
|
||||
|
|
Loading…
Reference in a new issue