From d35ea52eaee31954c1280f3502b273cb91f41e5c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 6 Oct 2024 01:16:03 +0530 Subject: [PATCH] chore: format text --- src/components/organisms/ProxyForm.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 4f5fdeef..3c6b9a80 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -98,8 +98,9 @@ const ProxyForm: React.FC = () => { fullWidth required 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 - socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.`} + 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.`} />