summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorNikhil Ashoka <a.nikhil@ibm.com>2023-01-04 13:15:20 +0300
committerSandeepa Singh <sandeepa.singh@ibm.com>2023-02-15 08:42:04 +0300
commite8cb2c6a81e8abb75cb63c10c29008d868e7fef2 (patch)
tree02228e6ef0e2c200ec95b19d2a9978f02f66c14f /src/locales/en-US.json
parentd0b078f692fc02578b0bfbc3868ce81516c71dd3 (diff)
downloadwebui-vue-e8cb2c6a81e8abb75cb63c10c29008d868e7fef2.tar.xz
Added DHCP enable/disable feature
- DHCP toggle for enablement was not present, It is now added in the Networks page. - DHCP when enabled, if there is no address, it picks up an address on its own.When it is disabled, we need to manually configure it. Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I32a9e0df28e6609945f3757a6bd69dc66a86f480
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 7b057d39..ca7c4da1 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -703,6 +703,9 @@
"speed": "Speed (mbps)",
"staticDns": "Static DNS",
"modal": {
+ "confirmDisableDhcp": "Are you sure you want to disable DHCP?",
+ "confirmEnableDhcp": "When DHCP is enabled, static IP addresses will not be accessible.",
+ "dhcpConfirmTitle": "%{dhcpState} DHCP",
"editHostnameTitle": "Edit hostname",
"editMacAddressTitle": "Edit MAC address",
"gateway": "Gateway",