luci-proto-openconnect: fix authgroup translation
authorJo-Philipp Wich <jo@mein.io>
Tue, 30 May 2017 18:16:29 +0000 (20:16 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 30 May 2017 18:16:29 +0000 (20:16 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua

index ad3f2ed..2057c8e 100644 (file)
@@ -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"))