treewide: consolidate {IPv4,IPv6,MAC} {address,gateway} spellings
[project/luci.git] / protocols / luci-proto-ppp / htdocs / luci-static / resources / protocol / l2tp.js
index 4cf4d8270109dc201e246203dbd37c76979da5ba..59eb0b8be397c18a8718c26243bf93e7436ae877 100644 (file)
@@ -46,7 +46,7 @@ return network.registerProtocol('l2tp', {
                o.password = true;
 
                if (L.hasSystemFeature('ipv6')) {
-                       o = s.taboption('advanced', form.ListValue, 'ppp_ipv6', _('Obtain IPv6-Address'), _('Enable IPv6 negotiation on the PPP link'));
+                       o = s.taboption('advanced', form.ListValue, 'ppp_ipv6', _('Obtain IPv6 address'), _('Enable IPv6 negotiation on the PPP link'));
                        o.ucioption = 'ipv6';
                        o.value('auto', _('Automatic'));
                        o.value('0', _('Disabled'));