From 1479f55e138fd8dcedac98ace5c7225036b6f462 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 31 May 2024 13:53:34 +0200 Subject: Client: Add punctuation for Newf error --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/client.go b/client/client.go index 8cf2bef..14b5861 100644 --- a/client/client.go +++ b/client/client.go @@ -422,7 +422,7 @@ func (c *Client) GetConfig(ck *cookie.Cookie, identifier string, _type srvtypes. if err != nil { if startup { if errors.Is(err, api.ErrAuthorizeDisabled) { - return nil, i18nerr.Newf("The client tried to autoconnect to the VPN server: '%s', but you need to authorizate again. Please manually connect again", identifier) + return nil, i18nerr.Newf("The client tried to autoconnect to the VPN server: '%s', but you need to authorizate again. Please manually connect again.", identifier) } return nil, i18nerr.Wrapf(err, "The client tried to autoconnect to the VPN server: '%s', but the operation failed to complete", identifier) } -- cgit v1.2.3