chore: format text
This commit is contained in:
@@ -98,8 +98,9 @@ const ProxyForm: React.FC = () => {
|
|||||||
fullWidth
|
fullWidth
|
||||||
required
|
required
|
||||||
error={!!errors.server_url}
|
error={!!errors.server_url}
|
||||||
helperText={errors.server_url || `Proxy to be used for all requests. HTTP and SOCKS proxies are supported, for example http://myproxy.com:3128 or
|
helperText={errors.server_url || `Proxy to be used for all requests.
|
||||||
socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.`}
|
HTTP and SOCKS proxies are supported, for example http://myproxy.com:3128 or
|
||||||
|
socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.`}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user