Skip to content

Commit

Permalink
frontend: Remove stray bonsai reference
Browse files Browse the repository at this point in the history
We still use Bonsai, but we proxy it now so the message is misleading
since the browser doesn't actually try to access bonsai.
  • Loading branch information
dasJ committed May 30, 2024
1 parent 1242aeb commit 6a20153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Search.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 6a20153

Please sign in to comment.