Skip to content

Commit b8dca3d

Browse files
committed
mention that blank SSID = disabling wifi
1 parent 94d7047 commit b8dca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/network/NetworkSettingsForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
8484
validators={['matchRegexp:^.{0,32}$']}
8585
errorMessages={['SSID must be 32 characters or less']}
8686
name="ssid"
87-
label="SSID"
87+
label="SSID (leave blank to disable WiFi)"
8888
fullWidth
8989
variant="outlined"
9090
value={data.ssid}

0 commit comments

Comments
 (0)