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:
Janne Heß 2024-06-05 17:33:20 +02:00 committed by GitHub
parent 5f8699a1d4
commit 4034cb69f5
Failed to generate hash of commit

View file

@ -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 )