mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Change dhcp to auto in network config (#16185)
This commit is contained in:
parent
7fa4a75009
commit
ac1e6b87ae
@ -316,7 +316,7 @@ export class DialogHassioNetwork
|
||||
>
|
||||
<div class="radio-row">
|
||||
<ha-formfield
|
||||
.label=${this.supervisor.localize("dialog.network.dhcp")}
|
||||
.label=${this.supervisor.localize("dialog.network.auto")}
|
||||
>
|
||||
<ha-radio
|
||||
@change=${this._handleRadioValueChanged}
|
||||
|
@ -301,7 +301,7 @@ export class HassioNetwork extends LitElement {
|
||||
<div class="radio-row">
|
||||
<ha-formfield
|
||||
.label=${this.hass.localize(
|
||||
"ui.panel.config.network.supervisor.dhcp"
|
||||
"ui.panel.config.network.supervisor.auto"
|
||||
)}
|
||||
>
|
||||
<ha-radio
|
||||
|
@ -3860,7 +3860,7 @@
|
||||
"wifi_password": "Wi-Fi password",
|
||||
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
||||
"static": "Static",
|
||||
"dhcp": "DHCP",
|
||||
"auto": "Automatic",
|
||||
"disabled": "Disabled",
|
||||
"ip_netmask": "IP address/Netmask",
|
||||
"gateway": "Gateway address",
|
||||
@ -5601,7 +5601,7 @@
|
||||
"wifi_password": "[%key:ui::panel::config::network::supervisor::wifi_password%]",
|
||||
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
||||
"static": "Static",
|
||||
"dhcp": "DHCP",
|
||||
"auto": "Automatic",
|
||||
"disabled": "Disabled",
|
||||
"ip_netmask": "IP address/Netmask",
|
||||
"gateway": "Gateway address",
|
||||
|
Loading…
x
Reference in New Issue
Block a user