luci-proto-openconnect: fix authgroup translation
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
426c1043b1
commit
d6e2e91824
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue