mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-proto-ipv6: dhcpv6.js fix translation (#6751)
Signed-off-by: he ping <pinghejk@gmail.com>
This commit is contained in:
@@ -15,9 +15,9 @@ return network.registerProtocol('dhcpv6', {
|
||||
var o;
|
||||
|
||||
o = s.taboption('general', form.ListValue, 'reqaddress', _('Request IPv6-address'));
|
||||
o.value('try');
|
||||
o.value('force');
|
||||
o.value('none', 'disabled');
|
||||
o.value('try, _('try'));
|
||||
o.value('force, _('force'));
|
||||
o.value('none', _('disabled'));
|
||||
o.default = 'try';
|
||||
|
||||
o = s.taboption('general', form.Value, 'reqprefix', _('Request IPv6-prefix of length'));
|
||||
|
||||
Reference in New Issue
Block a user