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>
This commit is contained in:
Jo-Philipp Wich 2022-12-19 15:29:47 +01:00
parent 2965e527f5
commit ae47caf383

View file

@ -1,7 +1,7 @@
'use strict'; 'use strict';
'require network'; 'require network';
return network.registerProtocol('3g', { return network.registerProtocol('autoip', {
getI18n: function() { getI18n: function() {
return _('Avahi IPv4LL'); return _('Avahi IPv4LL');
}, },