diff --git a/infra/conf/transport_internet.go b/infra/conf/transport_internet.go index c7009f6b..4e4bba3a 100644 --- a/infra/conf/transport_internet.go +++ b/infra/conf/transport_internet.go @@ -1996,7 +1996,7 @@ func (c *StreamConfig) Build() (*internet.StreamConfig, error) { } } if err := browser_dialer.RegisterDialerProxyURL(c.SocketSettings.DialerProxy); err != nil { - return nil, errors.New("failed to collect browser dialer url.").Base(err) + return nil, errors.New("failed to collect browser dialer URL.").Base(err) } } }