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'); },