treewide: consolidate {IPv4,IPv6,MAC} {address,gateway} spellings
[project/luci.git] / protocols / luci-proto-pppossh / htdocs / luci-static / resources / protocol / pppossh.js
index 54035eb23ef0d2f6186913607d911783fe87862f..52cf481a5e759c5bcc7236d529021cad256672b5 100644 (file)
@@ -90,7 +90,7 @@ return network.registerProtocol('pppossh', {
                o.datatype = 'ipaddr("nomask")';
 
                if (L.hasSystemFeature('ipv6')) {
-                       o = s.taboption('advanced', form.Flag, 'ppp_ipv6', _('Obtain IPv6-Address'), _('Enable IPv6 negotiation on the PPP link'));
+                       o = s.taboption('advanced', form.Flag, 'ppp_ipv6', _('Obtain IPv6 address'), _('Enable IPv6 negotiation on the PPP link'));
                        o.ucioption = 'ipv6';
                        o.default = o.disabled;
                }