From 2065ead4e86d2da8868dd88160af5b2fdcf3adde Mon Sep 17 00:00:00 2001 From: try496 <66765024+try496@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:32:31 +0800 Subject: luci-proto-ipv6: dhcpv6.js fix translation (#6751) Signed-off-by: he ping --- .../luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js') diff --git a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js index 2e75cb8632..1ed8bc7f26 100644 --- a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js +++ b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js @@ -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')); -- cgit v1.2.3