summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-autoip/htdocs/luci-static/resources
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/luci-proto-autoip/htdocs/luci-static/resources')
-rw-r--r--protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js b/protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js
index 8223af29e5..5c8ead45d6 100644
--- a/protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js
+++ b/protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js
@@ -1,7 +1,7 @@
'use strict';
'require network';
-return network.registerProtocol('3g', {
+return network.registerProtocol('autoip', {
getI18n: function() {
return _('Avahi IPv4LL');
},