luci-proto-ipv6: use "Automatic" instead as "automatic" as translation label
This allows sharing a common translation string with all other protocols. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d6e2e91824
commit
433e76e425
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ o.default = "try"
|
|||
|
||||
o = section:taboption("general", Value, "reqprefix",
|
||||
translate("Request IPv6-prefix of length"))
|
||||
o:value("auto", translate("automatic"))
|
||||
o:value("auto", translate("Automatic"))
|
||||
o:value("no", translate("disabled"))
|
||||
o:value("48")
|
||||
o:value("52")
|
||||
|
|
Loading…
Reference in a new issue