From 830f2245a8aed834fbe4f9228278d6e2dbba0790 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 30 May 2017 20:20:34 +0200 Subject: [PATCH] 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 --- .../luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua index c843161c6..76caedcb3 100644 --- a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua +++ b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_dhcpv6.lua @@ -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") -- 2.11.0