summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-12-19 15:29:47 +0100
committerJo-Philipp Wich <jo@mein.io>2022-12-19 15:29:47 +0100
commitae47caf383c6da53f2345bd225c49b875cb0d514 (patch)
treef0045c839306b38a8ffbf360209775d1c910b7d9 /protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js
parent2965e527f578abda1dc58dd540343422455be3ac (diff)
luci-proto-autoip: fix protocol name
Fixes: 2965e527f5 ("luci-proto-autoip: add protocol support for avahi-autoipd") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js')
-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');
},