luci-proto-ipv6: use "Automatic" instead as "automatic" as translation label
authorJo-Philipp Wich <jo@mein.io>
Tue, 30 May 2017 18:20:34 +0000 (20:20 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 30 May 2017 18:20:34 +0000 (20:20 +0200)
This allows sharing a common translation string with all other protocols.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua

index c843161..76caedc 100644 (file)
@@ -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")