diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 196645cd..aa4e7072 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -28,6 +28,7 @@ "dhcp_ip_addresses": "IP addresses", "dhcp_table_hostname": "Hostname", "dhcp_table_expires": "Expires", + "dhcp_warning": "If you want to enable the built-in DHCP server, make sure that there is no other active DHCP server. Otherwise, it can break the internet for connected devices!", "back": "Back", "dashboard": "Dashboard", "settings": "Settings", diff --git a/client/src/components/Settings/Dhcp/index.js b/client/src/components/Settings/Dhcp/index.js index 68412a82..5335586b 100644 --- a/client/src/components/Settings/Dhcp/index.js +++ b/client/src/components/Settings/Dhcp/index.js @@ -66,14 +66,14 @@ class Dhcp extends Component { if (active) { if (active.error) { return ( -