diff options
| -rw-r--r-- | client/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go index f00d56e..cb6ecc6 100644 --- a/client/client.go +++ b/client/client.go @@ -436,7 +436,7 @@ func (c *Client) GetConfig(ck *cookie.Cookie, identifier string, _type srvtypes. } return nil, i18nerr.Wrapf(err, "The client tried to autoconnect to the VPN server: '%s', but the operation failed to complete", identifier) } - return nil, i18nerr.Wrapf(err, "Server: '%s' could not be obtained", identifier) + return nil, i18nerr.Wrapf(err, "Server: '%s' could not be connected to", identifier) } cfg, err := c.Servers.ConnectWithCallbacks(ck.Context(), srv, pTCP) |
