We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdce0e commit 2f8c3e0Copy full SHA for 2f8c3e0
src/components/settings/connection-settings-card.tsx
@@ -201,7 +201,7 @@ class UpstreamProxyConfig extends React.Component<{ rulesStore: RulesStore }> {
201
202
{ proxyType !== 'direct' && proxyType !== 'system' && <>
203
<TextInput
204
- placeholder={`The ${proxyType} proxy host`}
+ placeholder={`The ${proxyType} proxy host details, e.g. example.com or user:pwd@example.com:8080`}
205
value={proxyHostInput}
206
onChange={setProxyHostInput}
207
/>
0 commit comments