From dca330ddfc9aab15ad053a25cf7ef6d22bc7e510 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 6 Oct 2024 01:15:21 +0530 Subject: [PATCH] feat: proxy helper text --- src/components/organisms/ProxyForm.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 62869fc9..4f5fdeef 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -98,7 +98,8 @@ const ProxyForm: React.FC = () => { fullWidth required error={!!errors.server_url} - helperText={errors.server_url || 'e.g., http://proxy-server.com:8080'} + helperText={errors.server_url || `Proxy to be used for all requests. 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.`} />