Update luci
[librecmc/librecmc.git] / package / luci / protocols / luci-proto-ipv6 / luasrc / model / cbi / admin_network / proto_dhcpv6.lua
index c843161c6f4d6839efeffa8be037c1fb36fa9ec5..76caedcb3705e1c9dabf3cec21e930f21d8dcb92 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")