mirror of
https://github.com/NixOS/nixos-search
synced 2024-11-13 23:47:07 +00:00
frontend: Remove stray bonsai reference (#777)
We still use Bonsai, but we proxy it now so the message is misleading since the browser doesn't actually try to access bonsai.
This commit is contained in:
parent
5f8699a1d4
commit
4034cb69f5
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ viewResult nixosChannels outMsg toRoute categoryName model viewSuccess viewBucke
|
|||
( "Timeout!", "Request to the server timeout." )
|
||||
|
||||
Http.NetworkError ->
|
||||
( "Network Error!", "A network request bonsaisearch.net domain failed. This is either due to a content blocker or a networking issue." )
|
||||
( "Network Error!", "A network request to the search backend failed. This is either due to a content blocker or a networking issue." )
|
||||
|
||||
Http.BadStatus code ->
|
||||
( "Bad Status", "Server returned " ++ String.fromInt code )
|
||||
|
|
Loading…
Reference in a new issue