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:
parent
2965e527f5
commit
ae47caf383
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue