formatting

This commit is contained in:
proddy
2021-07-19 16:44:53 +02:00
parent add09e5a1c
commit 37d001e7b5
3 changed files with 30 additions and 30 deletions

View File

@@ -174,7 +174,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
onChange={handleValueChange('enableIPv6')}
/>
}
label="Enable IPv6"
label="Enable IPv6 support"
/>
<BlockFormControlLabel
control={
@@ -184,7 +184,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
onChange={handleValueChange('bandwidth20')}
/>
}
label="WiFi Low Bandwidth"
label="Use Lower WiFi Bandwidth"
/>
<BlockFormControlLabel
control={
@@ -194,7 +194,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
onChange={handleValueChange('nosleep')}
/>
}
label="Disable Wifi Sleepmode"
label="Disable WiFi Sleep Mode"
/>
<BlockFormControlLabel
control={
@@ -204,7 +204,7 @@ class NetworkSettingsForm extends React.Component<NetworkStatusFormProps> {
onChange={handleValueChange('static_ip_config')}
/>
}
label="Static IP Config"
label="Use Static IPs"
/>
{data.static_ip_config && (
<Fragment>