luci-proto-openconnect: register as simply openconnect
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Sat, 18 May 2024 18:55:12 +0000 (20:55 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 28 May 2024 09:04:40 +0000 (11:04 +0200)
This is no longer a client implementing CISCO anyconnect. Many other
protocols are present.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js

index 3a777008b106f417fe4a1bf50ccba90c9473e2c5..6ff530eb40686463e440e4cd4403227b2d4c7808 100644 (file)
@@ -62,7 +62,7 @@ function validateCert(priv, section_id, value) {
 
 return network.registerProtocol('openconnect', {
        getI18n: function() {
-               return _('OpenConnect (CISCO AnyConnect)');
+               return _('OpenConnect');
        },
 
        getIfname: function() {