mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-proto-openconnect: fix authgroup translation
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -38,7 +38,7 @@ metric:depends("defaultroute", defaultroute.enabled)
|
||||
|
||||
section:taboption("general", Value, "serverhash", translate("VPN Server's certificate SHA1 hash"))
|
||||
|
||||
section:taboption("general", Value, "authgroup", translate("AuthGroup"))
|
||||
section:taboption("general", Value, "authgroup", translate("Auth Group"))
|
||||
|
||||
username = section:taboption("general", Value, "username", translate("Username"))
|
||||
password = section:taboption("general", Value, "password", translate("Password"))
|
||||
|
||||
Reference in New Issue
Block a user