Skip to content

Commit 1da049d

Browse files
author
Alex Fornuto
authored
Update Destination field label and helper (#70)
1 parent 6e650c9 commit 1da049d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/pages/ConnectForm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ const ConnectForm: FC<Props> = () => {
229229
<TextField
230230
fullWidth
231231
required
232-
label="Destination URL"
232+
label="Destination"
233233
value={connection?.remoteAddr}
234234
onChange={(evt): void => saveDestination(evt.target.value)}
235235
variant="outlined"
236-
helperText="The remote address to connect to. The FROM field in a pomerium route."
236+
helperText="The remote address to connect to. Do not include a protocol. Example: mysql.example.com:3306"
237237
/>
238238
</Grid>
239239
<Grid item xs={12}>

0 commit comments

Comments
 (0)