We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d7047 commit b8dca3dCopy full SHA for b8dca3d
interface/src/network/NetworkSettingsForm.tsx
@@ -84,7 +84,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
84
validators={['matchRegexp:^.{0,32}$']}
85
errorMessages={['SSID must be 32 characters or less']}
86
name="ssid"
87
- label="SSID"
+ label="SSID (leave blank to disable WiFi)"
88
fullWidth
89
variant="outlined"
90
value={data.ssid}
0 commit comments