Skip to content

Commit

Permalink
Update packages/insomnia/src/ui/components/modals/settings-modal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Wu <130019718+notjaywu@users.noreply.github.com>
  • Loading branch information
2 people authored and yaoweiprc committed Jan 13, 2025
1 parent 5dc9bc4 commit 923ebb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const SettingsModal = forwardRef<SettingsModalHandle, ModalProps>((props,
<TextSetting
label="No proxy"
setting="noProxy"
help="Enter a comma-separated list of hostnames that don’t require a proxy. If you want a domain name to apply to all its subdomains too, prefix it with a dot (e.g. .example.com)."
help="Enter a comma-separated list of hostnames that do not require a proxy. To include all subdomains of a domain, prefix it with a dot (e.g., .example.com)."
placeholder="localhost,127.0.0.1"
disabled={!settings.proxyEnabled}
/>
Expand Down

0 comments on commit 923ebb9

Please sign in to comment.