This commit is contained in:
Rok Garbas 2020-06-10 02:05:04 +02:00 committed by GitHub
parent c79de4b2df
commit bddb6c43a6
Failed to generate hash of commit

View file

@ -375,7 +375,7 @@ view path title model viewSuccess outMsg =
( "Timeout!", "Request to the server timeout." )
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 ->
( "Bad Status", "Server returned " ++ String.fromInt code )