* correctly serving 404s with status code 404 :|
This commit is contained in:
parent
515660fa7d
commit
da38878212
3 changed files with 11 additions and 11 deletions
|
|
@ -116,9 +116,9 @@ cSend DE = "Absenden"
|
|||
cSend EN = "Submit"
|
||||
|
||||
-- errors
|
||||
notFound :: BlogLang -> Text
|
||||
notFound DE = "Nicht gefunden"
|
||||
notFound EN = "Not found"
|
||||
notFoundTitle :: BlogLang -> Text
|
||||
notFoundTitle DE = "Nicht gefunden"
|
||||
notFoundTitle EN = "Not found"
|
||||
|
||||
notFoundText :: BlogLang -> Text
|
||||
notFoundText DE = "Das gewünschte Objekt wurde leider nicht gefunden."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue