Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jun 10, 2020
1 parent c79de4b commit 8e21fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search.elm
Expand Up @@ -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 )
Expand Down

0 comments on commit 8e21fc6

Please sign in to comment.