modules/admin-full: fix typo in dhcp cbi model, patch by "BasicXP" <basicxp@ubuntu.com>
This commit is contained in:
parent
0183ac4c67
commit
536d329503
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ lm.placeholder = translate("unlimited")
|
||||||
|
|
||||||
em = s:taboption("advanced", Value, "ednspacket_max",
|
em = s:taboption("advanced", Value, "ednspacket_max",
|
||||||
translate("<abbr title=\"maximal\">Max.</abbr> <abbr title=\"Extension Mechanisms for " ..
|
translate("<abbr title=\"maximal\">Max.</abbr> <abbr title=\"Extension Mechanisms for " ..
|
||||||
"Domain Name System\">EDNS0</abbr> paket size"),
|
"Domain Name System\">EDNS0</abbr> packet size"),
|
||||||
translate("Maximum allowed size of EDNS.0 UDP packets"))
|
translate("Maximum allowed size of EDNS.0 UDP packets"))
|
||||||
|
|
||||||
em.optional = true
|
em.optional = true
|
||||||
|
|
Loading…
Reference in a new issue