fixed (#78)
This commit is contained in:
parent
c79de4b2df
commit
bddb6c43a6
|
@ -375,7 +375,7 @@ view path title model viewSuccess outMsg =
|
||||||
( "Timeout!", "Request to the server timeout." )
|
( "Timeout!", "Request to the server timeout." )
|
||||||
|
|
||||||
Http.NetworkError ->
|
Http.NetworkError ->
|
||||||
( "Network Error!", "Please check your network connection." )
|
( "Network Error!", "A network request bonsaisearch.net domain failed. This is either due to a content blocker or a networking issue." )
|
||||||
|
|
||||||
Http.BadStatus code ->
|
Http.BadStatus code ->
|
||||||
( "Bad Status", "Server returned " ++ String.fromInt code )
|
( "Bad Status", "Server returned " ++ String.fromInt code )
|
||||||
|
|
Loading…
Reference in a new issue