Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Mar 5, 2024
1 parent 4ac1a92 commit c381a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (s *Server) handleLogin() http.HandlerFunc {
}

if isPending.Pending {
http.Error(w, "User is not verified in STratis discord", http.StatusBadRequest)
http.Error(w, "User is not verified in Stratis discord", http.StatusBadRequest)
return
}

Expand Down
2 changes: 1 addition & 1 deletion web/src/Faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
loggedIn = false;
const newUrl = window.location.pathname; // This retains the current path without the query parameters
window.history.replaceState({}, '', newUrl);
toast({ message: "Make sure you are a verified user in Stratis Dscord", type: 'is-warning' });
toast({ message: "Make sure you are a verified user in Stratis Discord", type: 'is-warning' });
}
}
Expand Down

0 comments on commit c381a49

Please sign in to comment.