feat: proxy helper text

This commit is contained in:
karishmas6
2024-10-11 03:09:14 +05:30
parent 8f639d8375
commit 70e0b7cabd

View File

@@ -97,9 +97,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. helperText={errors.server_url || `Proxy to be used for all robots. HTTP and SOCKS proxies are supported.
HTTP and SOCKS proxies are supported, for example http://myproxy.com:3128 or Example http://myproxy.com:3128 or socks5://myproxy.com:3128.
socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.`} Short form myproxy.com:3128 is considered an HTTP proxy.`}
/> />
</FormControl> </FormControl>
<FormControl> <FormControl>