Todo #13250
closedClean up DHCP Server option language
100%
Description
Several options on the page have awkward or inconsistent wording
- "Denied clients will be ignored rather than rejected." -> "Ignore denied clients rather than reject."
- "If a client includes a unique identifier in its DHCP request, that UID will not be recorded in its lease." -> "Do not record a unique identifier (UID) in client lease data, if present in the client DHCP request"
- "Enable RRD statistics graphs" -> "Enable monitoring graphs for DHCP lease statistics" (The monitoring graphs haven't been called "RRD Graphs" in the GUI for a long time now)
- "Enables network booting": Change "Enables" -> "Enable" to be consistent with other option wording
Also review other option descriptions and so on for wording that may need updated or corrected.
Check both IPv4 and IPV6 DHCP server pages as they share a lot of similar text.
Updated by Jim Pingle over 2 years ago
- Plus Target Version changed from 22.09 to 22.11
Updated by Jim Pingle about 2 years ago
- Plus Target Version changed from 22.11 to 23.01
Updated by Jim Pingle about 2 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset e8c09d18f12996e1652a636de49f00f75d60b772.
Updated by Danilo Zrenjanin almost 2 years ago
Checked against:
23.01-DEVELOPMENT (amd64) built on Fri Dec 02 06:04:48 UTC 2022 FreeBSD 14.0-CURRENT
IPv4 and IPV6 DHCP server pages look fine. I found one awkward wording on the services_router_advertisements.php page.
Under the Default preferred lifetime field, the help text starts with Seconds. And the second sentence explains that time is defined in seconds.
Seconds. The length of time in seconds (relative to the time the packet is sent) that addresses generated from the prefix via stateless address autoconfiguration remain preferred. The default is 14400 seconds.
Updated by Jim Pingle almost 2 years ago
- Status changed from Feedback to Resolved
I wasn't looking at the RA pages here, just the DHCP pages. But I removed that "Seconds." bit just now in 4dc4ac50f90e550eb3c9f00535d33b7422de01fc so this can be closed out.