mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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">
|
<div class="radio-row">
|
||||||
<ha-formfield
|
<ha-formfield
|
||||||
.label=${this.supervisor.localize("dialog.network.dhcp")}
|
.label=${this.supervisor.localize("dialog.network.auto")}
|
||||||
>
|
>
|
||||||
<ha-radio
|
<ha-radio
|
||||||
@change=${this._handleRadioValueChanged}
|
@change=${this._handleRadioValueChanged}
|
||||||
|
@ -301,7 +301,7 @@ export class HassioNetwork extends LitElement {
|
|||||||
<div class="radio-row">
|
<div class="radio-row">
|
||||||
<ha-formfield
|
<ha-formfield
|
||||||
.label=${this.hass.localize(
|
.label=${this.hass.localize(
|
||||||
"ui.panel.config.network.supervisor.dhcp"
|
"ui.panel.config.network.supervisor.auto"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<ha-radio
|
<ha-radio
|
||||||
|
@ -3860,7 +3860,7 @@
|
|||||||
"wifi_password": "Wi-Fi password",
|
"wifi_password": "Wi-Fi password",
|
||||||
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
||||||
"static": "Static",
|
"static": "Static",
|
||||||
"dhcp": "DHCP",
|
"auto": "Automatic",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"ip_netmask": "IP address/Netmask",
|
"ip_netmask": "IP address/Netmask",
|
||||||
"gateway": "Gateway address",
|
"gateway": "Gateway address",
|
||||||
@ -5601,7 +5601,7 @@
|
|||||||
"wifi_password": "[%key:ui::panel::config::network::supervisor::wifi_password%]",
|
"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!",
|
"warning": "If you are changing the Wi-Fi, IP or gateway addresses, you might lose the connection!",
|
||||||
"static": "Static",
|
"static": "Static",
|
||||||
"dhcp": "DHCP",
|
"auto": "Automatic",
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"ip_netmask": "IP address/Netmask",
|
"ip_netmask": "IP address/Netmask",
|
||||||
"gateway": "Gateway address",
|
"gateway": "Gateway address",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user