diff --git a/internal/clients/connect/client_connect.go b/internal/clients/connect/client_connect.go index 8db432f06..55510125d 100644 --- a/internal/clients/connect/client_connect.go +++ b/internal/clients/connect/client_connect.go @@ -86,7 +86,7 @@ func (u *UserDTO) CanPublish() bool { return u.UserRole == AuthRoleAdmin || u.UserRole == AuthRolePublisher } -var errInvalidServerOrCredentials = errors.New("could not validate credentials; check server URL and API key or token") +var errInvalidServerOrCredentials = errors.New("could not validate credentials; check connectivity to the server, the URL, and API key") var errInvalidApiKey = errors.New("could not log in with the provided credentials") var errInvalidServer = errors.New("could not access the server; check the server URL and try again")