mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Update HttpError.elm
This commit is contained in:
parent
87f3542a80
commit
bae27b644b
@ -30,7 +30,7 @@ de err =
|
||||
texts =
|
||||
{ badUrl = \url -> "Die URL ist falsch: " ++ url
|
||||
, timeout = "Es gab einen Netzwerk-Timeout."
|
||||
, networkError = "Es gab ein Netzwerk-Fehler."
|
||||
, networkError = "Es gab einen Netzwerk-Fehler."
|
||||
, invalidResponseStatus =
|
||||
\status ->
|
||||
"Ein ungültiger Antwort-Code: " ++ String.fromInt status ++ "."
|
||||
|
Loading…
x
Reference in New Issue
Block a user