We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e650c9 commit 1da049dCopy full SHA for 1da049d
src/renderer/pages/ConnectForm.tsx
@@ -229,11 +229,11 @@ const ConnectForm: FC<Props> = () => {
229
<TextField
230
fullWidth
231
required
232
- label="Destination URL"
+ label="Destination"
233
value={connection?.remoteAddr}
234
onChange={(evt): void => saveDestination(evt.target.value)}
235
variant="outlined"
236
- helperText="The remote address to connect to. The FROM field in a pomerium route."
+ helperText="The remote address to connect to. Do not include a protocol. Example: mysql.example.com:3306"
237
/>
238
</Grid>
239
<Grid item xs={12}>
0 commit comments