Skip to content

Commit 2f8c3e0

Browse files
committed
Provide a detailed proxy settings placeholder example
1 parent 2fdce0e commit 2f8c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settings/connection-settings-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class UpstreamProxyConfig extends React.Component<{ rulesStore: RulesStore }> {
201201

202202
{ proxyType !== 'direct' && proxyType !== 'system' && <>
203203
<TextInput
204-
placeholder={`The ${proxyType} proxy host`}
204+
placeholder={`The ${proxyType} proxy host details, e.g. example.com or user:[email protected]:8080`}
205205
value={proxyHostInput}
206206
onChange={setProxyHostInput}
207207
/>

0 commit comments

Comments
 (0)